Ejemplo n.º 1
0
 public GenericRepository(MUMScrumDbContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }