Exemplo n.º 1
0
 //修改招聘信息
 public int ModifyRecruitment(Recruitment rec)
 {
     return(service.ModifyRecruitment(rec));
 }