Exemplo n.º 1
0
 public void CreateProfile(Profile NewProfile)
 {
     _applicantDAO.CreateProfile(NewProfile);
 }