Ejemplo n.º 1
0
 public static bool DeleteCategory(int CategoryID)
 {
     return(CategoryDB.Delelte(CategoryID));
 }