Example #1
0
 public void Create(CandidateDTO candidate)
 {
     _service.CreateAsync(candidate);
 }