Пример #1
0
 public ActionResult BatchRemoveForm(string authorizeIds)
 {
     authorizebll.BatchRemoveForm(authorizeIds);
     return(Success("移除成功。"));
 }