public UsersController()
 {
     _context = new HotelRegistrationDBContext();
 }
예제 #2
0
 public ClientsController()
 {
     _context = new HotelRegistrationDBContext();
 }
예제 #3
0
 public ReservationsController()
 {
     _context = new HotelRegistrationDBContext();
 }