예제 #1
0
 public IActionResult Get()
 {
     _logger.LogInformation("Get candidates list log");
     return(Ok(_candidate.GetAllCandidates()));
 }