示例#1
0
 public string Forbid(int ID)
 {
     return(bll.UpdateStatus(ID, 1));
 }