Ejemplo n.º 1
0
 public NCPRepository(EFDbContext efDbContext)
 {
     this._dbContext = efDbContext;
 }
Ejemplo n.º 2
0
 public BaseEFRepository(EFDbContext efDbContext)
 {
     this._dbContext = efDbContext;
 }