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