Esempio n. 1
0
 public async Task <JobOfferDto> GetByIdWithQuestionsAsync(int id)
 {
     return(mapper.Map <JobOfferDto>(await jobOfferService.GetByIdWithQuestionsAsync(id)));
 }