示例#1
0
 public PromocionesListModel()
 {
     Lodging     = new LodgingModel();
     Promociones = new List <PromocionModel>();
 }
示例#2
0
 public SeasonListModel()
 {
     Lodging = new LodgingModel();
     Seasons = new List <SeasonModel>();
 }
示例#3
0
 public TarifasListModel()
 {
     Lodging = new LodgingModel();
     Tarifas = new List <TarifaModel>();
 }
示例#4
0
 public RateListModel()
 {
     Lodging = new LodgingModel();
     Rates   = new List <RateModel>();
 }