コード例 #1
0
        public IActionResult Monthly(int id)
        {
            var viewByMonth = _googleSheetsService.ViewByMonth(id);

            return(View("ShowReportByMonth", viewByMonth));
        }