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