예제 #1
0
 public int DeleteCategoryEweCategory(int categoryID)
 {
     EweDL eweDL = new EweDL();
     return eweDL.DeleteCategoryEweCategory(categoryID);
 }