AspNet.StarterKits.Classifieds.BusinessLogicLayer.CategoriesDB.RemoveCategory C# (CSharp) Méthode

RemoveCategory() public static méthode

public static RemoveCategory ( int categoryId ) : bool
categoryId int
Résultat bool
		public static bool RemoveCategory(int categoryId)
		{
			int result = 0;

			return (result > 0);
		}