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