using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Models { public class CostTypeHotelNumber { public int id { get; set; } public int ASGR { get; set; } public int BSGR { get; set; } public int ATBR { get; set; } public int BTBR { get; set; } public int AJSES { get; set; } public int BJSES { get; set; } public int ASUITE { get; set; } public int BSUITE { get; set; } public int DIID { get; set; } public int IsDel { get; set; } } }