public FloorPackController(FloorPackSettings floorPackSettings, ISettingService settingService, IProductService productService, IFloorPackService floorPackService, IPriceFormatter priceFormatter) { _floorPackSettings = floorPackSettings; _settingService = settingService; _productService = productService; _floorPackService = floorPackService; _priceFormatter = priceFormatter; }