Ejemplo n.º 1
0
 public CategoryService(IBookingSystemContext bookingSystemContext)
 {
     this.BookingSystemContext = bookingSystemContext;
 }
Ejemplo n.º 2
0
 public BookingService(IBookingSystemContext bookingSystemContext)
 {
     this.BookingSystemContext = bookingSystemContext;
 }