예제 #1
0
 public IEnumerable <ReportDto> GetReportsList(int userID, int peroid)
 {
     return(reportService.GetReportsList(userID, peroid));
 }