Ejemplo n.º 1
0
 public async Task <CandidateDto> GetCandidate([FromRoute] string id)
 {
     return(await _CandidateManager.GetCandidate(id));
 }