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