Ejemplo n.º 1
0
 public async Task <IActionResult> GetUserCV(Guid userId)
 {
     return(Ok(await _cvService.GetUserCVAsync(userId)));
 }