public CategoryService(IBookingSystemContext bookingSystemContext)
 {
     this.BookingSystemContext = bookingSystemContext;
 }
Exemple #2
0
 public BookingService(IBookingSystemContext bookingSystemContext)
 {
     this.BookingSystemContext = bookingSystemContext;
 }