예제 #1
0
        // Data

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