public void AddFeedback(DomainObjects.Candidate.CandidateDomainObject candidate)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void CreateCandidate(DomainObjects.Candidate.CandidateDomainObject candidate)
 {
     throw new NotImplementedException();
 }