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