Esempio n. 1
0
 public async Task <JobOffer> GetById(string id)
 {
     return(await _jobOfferService.GetJobOfferAsync(id));
 }