예제 #1
0
 public IEnumerable <ReportsExceptionDto> GetExceptionExcel(string exceptionId, string exceptionMessage, DateTime?fromDt, DateTime?toDate)
 {
     return(_reportsRepo.GetExceptionExcel(exceptionId, exceptionMessage, fromDt, toDate));
 }