// Data

        public ReceptionService(HotelModelCf ctx)
        {
            this.ctx = ctx;
        }
Example #2
0
 public CustomerService(HotelModelCf ctx)
 {
     dx = ctx;
 }
Example #3
0
 public UserService(HotelModelCf ctx)
 {
     this.ctx = ctx;
 }
Example #4
0
 public StaffService(HotelModelCf ctx)
 {
     dx = ctx;
 }
Example #5
0
 public RoomService(HotelModelCf ctx)
 {
     dx = ctx;
 }