public ChartMonthlyController(IChartByMonthlyService service, IWebHostEnvironment webHostEnvironment) { _service = service; _webHostEnvironment = webHostEnvironment; }
public ChartMonthlyController(IChartByMonthlyService service) { _service = service; }