Ejemplo n.º 1
0
 public RepositoryTask(ApplicationContex context) : base(context)
 {
     _dbSet = context.Set <TEntity>();
 }