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