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