示例#1
0
 public async Task <Candidate> AddCandidateAsync(Candidate candidate)
 {
     return(await _candidatesRepository.AddAsync(candidate));
 }