Exemple #1
0
 public GenericRepository(DataBaseContextcs context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }