예제 #1
0
 public static bool LLCategoryDelete(int cat)
 {
     if (cat >= 1)
     {
         return(DALCategory.CategoryDelete(cat));
     }
     else
     {
         return(false);
     }
 }