コード例 #1
0
 public IEnumerable <ExpiredUserListingDto> GetExcel(string userType, string searchKey)
 {
     return(_reportsRepo.GetExcel(userType, searchKey));
 }