Beispiel #1
0
 public bool DeleteCategoryType(int iUserId, int iCatTypeId)
 {
     return(CategoryType.DeleteCategoryType(iUserId, iCatTypeId));
 }