Exemple #1
0
 public AccountsController(SStoreContext context)
 {
     _context = context;
 }
 public StoresController(SStoreContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CustomAttributesController(SStoreContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ProductsController(SStoreContext context)
 {
     _context = context;
 }
Exemple #5
0
 public UsersController(SStoreContext context)
 {
     _context = context;
 }
 public StoreProductVariantsController(SStoreContext context)
 {
     _context = context;
 }
Exemple #7
0
 public AuthController(SStoreContext context)
 {
     _context = context;
 }
 public ProductVariationValuesController(SStoreContext context)
 {
     _context = context;
 }
 public ReviewsController(SStoreContext context)
 {
     _context = context;
 }
Exemple #10
0
 public ProductTypeAttributeValuesController(SStoreContext context)
 {
     _context = context;
 }
 public DashboardController(SStoreContext context)
 {
     _context = context;
 }