コード例 #1
0
 public AccountsController(SStoreContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: StoresController.cs プロジェクト: ndthanhdev/sstore
 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;
 }
コード例 #6
0
 public StoreProductVariantsController(SStoreContext context)
 {
     _context = context;
 }
コード例 #7
0
ファイル: AuthController.cs プロジェクト: ndthanhdev/sstore
 public AuthController(SStoreContext context)
 {
     _context = context;
 }
コード例 #8
0
 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;
 }