Exemplo n.º 1
0
        public Business.ApplicationService.applicant GetApplicant(string applicantid,string companyid,string userid,string jobid,string candidateid)
        {
            Business.ApplicationService.AppServiceClient appclient = new ApplicationService.AppServiceClient();
            Business.ApplicationService.applicant applicant = new ApplicationService.applicant();
            try
            {
                applicant = appclient.GetApplicant(applicantid, companyid,userid, jobid, candidateid);
            }
            catch (Exception applicantNotFoundException) { string ExceptionMessage = applicantNotFoundException.Message; }

            return applicant;
        }
Exemplo n.º 2
0
        public Business.ApplicationService.applicant GetApplicant(string applicantid, string companyid, string userid, string jobid, string candidateid)
        {
            Business.ApplicationService.AppServiceClient appclient = new ApplicationService.AppServiceClient();
            Business.ApplicationService.applicant        applicant = new ApplicationService.applicant();
            try
            {
                applicant = appclient.GetApplicant(applicantid, companyid, userid, jobid, candidateid);
            }
            catch (Exception applicantNotFoundException) { string ExceptionMessage = applicantNotFoundException.Message; }

            return(applicant);
        }