예제 #1
0
 //单个删除
 public void DeleteCate(int id)
 {
     CategoryBLL.DeleteCate(id);
 }