Exemple #1
0
 public IList <CandidatesWithApplicationsResultItem> GetCandidatesWithApplicationsResultItem(DateTime dateFrom, DateTime dateTo, string username, string ukprn)
 {
     return(_reportingService.GetCandidatesWithApplicationsResultItems(dateFrom, dateTo, GetProviderSiteId(username, ukprn)));
 }