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