示例#1
0
 public async Task <Candidate> EditCandidate([FromBody] Candidate d)
 {
     return(await repository.EditCandidate(d));
 }