public StaffRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
Example #2
0
 public HotelRepository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
 public PaymentStatusRepostory(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
 public RateTypesRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
Example #5
0
 public PaymentRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
Example #6
0
 public RoomStatusRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
Example #7
0
 public BookingRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
 public ReservationAgentsRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
Example #9
0
 public RoomsBookedRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
 public GuestRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }
Example #11
0
 public PositionsRespository(HotelDbCotext hotelsDbContext)
 {
     _hotelDbContext = hotelsDbContext;
 }