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