Ejemplo n.º 1
0
 public ApplicantDto GetApplicantByUserId(string userId)
 {
     return(_mapper.Map <Applicant, ApplicantDto>(_applicantRepository.GetApplicantByUserId(userId)));
 }