Beispiel #1
0
 public HomeController(IDoubleBookingContext db, IBookingsController bookingsController)
 {
     this.db = db;
     this.bookingsController = bookingsController;
 }
 public BookingsController(IDoubleBookingContext db)
 {
     this.db = db;
 }