Beispiel #1
0
 public bool DeleteCategoryItem(int iUserId, int iCatItemId)
 {
     return(CategoryItem.DeleteCategoryItem(iUserId, iCatItemId));
 }