Esempio n. 1
0
 public GenericRepository(SudeDBContext ctx)
 {
     this._ctx = ctx;
     _dbSet    = _ctx.Set <TEntity>();
 }