Exemplo n.º 1
0
 public HotelRepository()
 {
     _dbContext = new Database.HMSEntities();
 }
 public BookingRepository()
 {
     _dbContext = new Database.HMSEntities();
 }