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