Esempio n. 1
0
 public async Task <IEnumerable <JobDetail> > GetByType(string jobtype, string location)
 {
     return(await _jobDetailRepository.GetByType(jobtype, location).ConfigureAwait(false));
 }