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