예제 #1
0
        public async Task <IEnumerable <Report> > GetReports(int id)
        {
            var reports = await LighthouseRepository.GetReportsByUrlId(_config, id);

            return(reports);
        }