Beispiel #1
0
 public NCPRepository(EFDbContext efDbContext)
 {
     this._dbContext = efDbContext;
 }
Beispiel #2
0
 public BaseEFRepository(EFDbContext efDbContext)
 {
     this._dbContext = efDbContext;
 }