コード例 #1
0
 public ReportController(IReportService reportService, IOrderAnalyticsService orderAnalyticsService)
 {
     _reportService         = reportService;
     _orderAnalyticsService = orderAnalyticsService;
 }
コード例 #2
0
 public ReportService(IChartService chartService, IOrderAnalyticsService orderAnalyticsService, EcommerceSettings ecommerceSettings)
 {
     _chartService          = chartService;
     _orderAnalyticsService = orderAnalyticsService;
     _ecommerceSettings     = ecommerceSettings;
 }
コード例 #3
0
ファイル: ReportService.cs プロジェクト: neozhu/Ecommerce
 public ReportService(IChartService chartService, IOrderAnalyticsService orderAnalyticsService, EcommerceSettings ecommerceSettings)
 {
     _chartService = chartService;
     _orderAnalyticsService = orderAnalyticsService;
     _ecommerceSettings = ecommerceSettings;
 }