예제 #1
0
 public RecommendedProductsViewComponent(FreakyFashionContext context)
 {
     _context = context;
 }
예제 #2
0
 public ClothingsController(FreakyFashionContext context)
 {
     _context = context;
 }
 public ListProductsModel(FreakyFashionContext context)
 {
     _context = context;
 }
 public SearchModel(FreakyFashionContext context)
 {
     _context = context;
 }
 public ProductCategoryController(FreakyFashionContext context)
 {
     _context = context;
 }
 public IndexModel(FreakyFashionContext context)
 {
     _context = context;
 }
 public ProductModel(FreakyFashionContext context)
 {
     _context = context;
 }
예제 #8
0
 public HomeController(FreakyFashionContext context)
 {
     _context = context;
 }
예제 #9
0
 public CategoryModel(FreakyFashionContext context)
 {
     _context = context;
 }
예제 #10
0
 public AdminController(FreakyFashionContext context)
 {
     _context = context;
 }