Example #1
0
 public IndexModel(IAnonymousProductsService productsService,
                   IAnonymousCategoriesService categoriesService,
                   UserManager <User> userManager)
 {
     this.productsService   = productsService;
     this.categoriesService = categoriesService;
     this.userManager       = userManager;
 }
 public DetailsModel(IAnonymousProductsService productsService)
 {
     this.productsService = productsService;
 }