public HomeController( IUserMessagesService userMessagesService, IOrdersService ordersService, IProductsService productsService, IHomePageSlidesService homePageSlidesService, IStringService stringService, IDistributedCache cache) { this.userMessagesService = userMessagesService; this.ordersService = ordersService; this.productsService = productsService; this.homePageSlidesService = homePageSlidesService; this.stringService = stringService; this.distributedCache = cache; }
public HomePageSlidesController(IHomePageSlidesService homePageSlidesService) { this.homePageSlidesService = homePageSlidesService; }