Exemplo n.º 1
0
 //按照id查询招聘详细信息
 public Recruitment GetRecruitmentById(int postId)
 {
     return(service.GetRecruitmentById(postId));
 }
Exemplo n.º 2
0
 public Recruitment GetRecruitmentById(string recruitmentId)
 {
     return(objRecruitmentService.GetRecruitmentById(recruitmentId));
 }