예제 #1
0
 public ChartMonthlyController(IChartByMonthlyService service,
                               IWebHostEnvironment webHostEnvironment)
 {
     _service            = service;
     _webHostEnvironment = webHostEnvironment;
 }
예제 #2
0
 public ChartMonthlyController(IChartByMonthlyService service)
 {
     _service = service;
 }