public EditModel(RoomBooking.Data.RoomBookingContext context)
 {
     _context = context;
 }
 public IndexModel(RoomBooking.Data.RoomBookingContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DetailsModel(RoomBooking.Data.RoomBookingContext context)
 {
     _context = context;
 }
Exemple #4
0
 public DeleteModel(RoomBooking.Data.RoomBookingContext context)
 {
     _context = context;
 }