public void AddFeedback(DomainObjects.Candidate.CandidateDomainObject candidate)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void CreateCandidate(DomainObjects.Candidate.CandidateDomainObject candidate)
 {
     throw new NotImplementedException();
 }