示例#1
0
 public IEnumerable <Employer> GetApplicant(int id)
 {
     return(repository.GetApplicantAll(id));
 }