Example #1
0
 public List <JobApplication> GetJobApplications(string userId, int startIndex, int numberOfItems)
 {
     return(_jobApplicationRepo.GetJobApplications(userId, startIndex, numberOfItems).Result);
 }