AspNet.StarterKits.Classifieds.BusinessLogicLayer.CategoriesDB.RemoveCategory C# (CSharp) Method

RemoveCategory() public static method

public static RemoveCategory ( int categoryId ) : bool
categoryId int
return bool
		public static bool RemoveCategory(int categoryId)
		{
			int result = 0;

			return (result > 0);
		}