Esempio n. 1
0
 public async Task <IActionResult> GetCVSummary(Guid id)
 {
     return(Ok(await _cvService.GetByIdAsync(id)));
 }