Esempio n. 1
0
 public async Task DeleteCandidateAsync(string candidateId)
 {
     await _candidatesRepository.DeleteAsync(candidateId);
 }