示例#1
0
 public IEnumerable <ExpiredUserListingDto> GetExcelReportForUsers(UserListingReports userInputs,
                                                                   DateTime?fromDate, DateTime?toDate, string reportType)
 {
     return(_reportsRepo.GetExcelReportForUsers(userInputs, fromDate, toDate, reportType));
 }