public Object_os_for_view(Object_os a) { Db = a; Count = 0; Images = new List <Connect_image>(); Comments = new List <Comment_view>(); }
public bool Eq(Object_os a) { Name = a.Name; Type = a.Type; Manufacturer = a.Manufacturer; Color = a.Color; Composition = a.Composition; Description = a.Description; Price = a.Price; Discount = a.Discount; //Remainder = a.Remainder; Show_flag = a.Show_flag; return(true); }