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