Beispiel #1
0
 public Room_DetailController(RK_HotelsDatabaseContext context)
 {
     _context = context;
 }
 public Customer_DetailController(RK_HotelsDatabaseContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public Booking_DetailController(RK_HotelsDatabaseContext context)
 {
     _context = context;
 }
 public Service_DetailController(RK_HotelsDatabaseContext context)
 {
     _context = context;
 }