Beispiel #1
0
 public RecommendedProductsViewComponent(FreakyFashionContext context)
 {
     _context = context;
 }
Beispiel #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;
 }
Beispiel #8
0
 public HomeController(FreakyFashionContext context)
 {
     _context = context;
 }
 public CategoryModel(FreakyFashionContext context)
 {
     _context = context;
 }
 public AdminController(FreakyFashionContext context)
 {
     _context = context;
 }