Пример #1
0
 public Repository(ShopFashionContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
Пример #2
0
 public DemoRepository(ShopFashionContext context) : base(context)
 {
     this.context = context;
     this.dbSet   = context.Set <DemoTable>();
 }