コード例 #1
0
 public Candidate Get([FromQuery(Name = "name")] string candidateName)
 {
     return(_database.GetByName(candidateName));
 }