Exemple #1
0
 public void AddProfile(RecruiterProfile profile)        //Adding Recruiter profile
 {
     jobRepository.AddProfile(profile);
 }