Exemplo n.º 1
0
 public EfRepository(ShopWebContext context)
 {
     _dbContext = context;
 }
 public ClsSliders(ShopWebContext context)
 {
     ctx = context;
 }
Exemplo n.º 3
0
 public ClsItems(ShopWebContext context)
 {
     ctx = context;
 }
Exemplo n.º 4
0
 public ClsCategories(ShopWebContext context)
 {
     ctx = context;
 }