Example #1
0
 public System.Threading.Tasks.Task AddCandidateAsync(ViamericasCareers.Application.ViamericasCareersServices.DcCandidates newCandidate)
 {
     return(base.Channel.AddCandidateAsync(newCandidate));
 }
Example #2
0
 public void AddCandidate(ViamericasCareers.Application.ViamericasCareersServices.DcCandidates newCandidate)
 {
     base.Channel.AddCandidate(newCandidate);
 }