public UsersController() { _context = new HotelRegistrationDBContext(); }
public ClientsController() { _context = new HotelRegistrationDBContext(); }
public ReservationsController() { _context = new HotelRegistrationDBContext(); }