Ejemplo n.º 1
0
 public IActionResult GetById(int id)
 {
     return(Ok(_candidateManager.GetById(id)));
 }