예제 #1
0
        public async Task <IActionResult> KPI()
        {
            var model = await _orderReportService.GetKPIReportAsync();

            return(View(model));
        }