Exemplo n.º 1
0
 public Profile GetApplicantDetails(int id)
 {
     return(_applicantDAO.GetApplicantDetails(id));
 }