namespace TestDemo { partial class books { public string CountInStock { get; set; } public string CountInMagazine { get; set; } public int CountInCart { get; set; } = 0; public decimal NewPrice { get; set; } public decimal OldPrice { get; set; } public string VisibleMainPrice { get; set; } = "Collapsed"; public string VisibleNewPrice { get; set; } = "Collapsed"; public string TextDecor { get; set; } } }