Beispiel #1
0
        public static ClientCandidate LoadCandidateAndNullContact()
        {
            CandidateReponseType reponseType = new CandidateReponseType();

            CandidateLoader.LoadCandidateInfo(reponseType);
            CandidateLoader.LoadNullContactInfo(reponseType);

            reponseType.WorkProfileInfoLoaded = false;
            return(CandidateTranslator.ServiceToBusiness(reponseType));
        }