Exemple #1
0
 public string GetLatestEducationID(CandidateBOL candidateBOL)
 {
     return(candidateDAL.GetLatestEducationID(candidateBOL));
 }