Exemplo n.º 1
0
 //批量删除招聘信息
 public int DeleteRecruitment(int[] postId)
 {
     return(service.DeleteRecruitment(postId));
 }