예제 #1
0
 public EfRepository(ShopWebContext context)
 {
     _dbContext = context;
 }
 public ClsSliders(ShopWebContext context)
 {
     ctx = context;
 }
예제 #3
0
 public ClsItems(ShopWebContext context)
 {
     ctx = context;
 }
예제 #4
0
 public ClsCategories(ShopWebContext context)
 {
     ctx = context;
 }