Ejemplo n.º 1
0
 public GenericRepository(GmfctnContext Context)
 {
     this.Context = Context;
     DbSet        = Context.Set <TEntity>();
 }
Ejemplo n.º 2
0
 public UnitOfWork(GmfctnContext Context)
 {
     this._Context = Context;
 }