Exemple #1
0
 public EntityFrameworkBookRepository(AxaLibraryContext DbContext)
 {
     this.DbContext = DbContext;
 }
Exemple #2
0
 public EntityFrameworkReservationRepository(AxaLibraryContext DbContext)
 {
     this.DbContext = DbContext;
 }
 public EntityFrameworkCustomerRepository(AxaLibraryContext DbContext)
 {
     this.DbContext = DbContext;
 }