Пример #1
0
        public List <ExceptionReportDataItemDetails> GetGcExceptionReportData(int year)
        {
            var distExceptionBarByYear = _barService.GetGcExceptionByYear(year);

            return(distExceptionBarByYear);
        }