示例#1
0
 public static bool DeleteCategory(int CategoryID)
 {
     return(CategoryDB.Delelte(CategoryID));
 }