public GenericRepository(GmfctnContext Context) { this.Context = Context; DbSet = Context.Set <TEntity>(); }
public UnitOfWork(GmfctnContext Context) { this._Context = Context; }