AspNet.StarterKits.Classifieds.BusinessLogicLayer.CategoriesDB.RemoveCategory C# (CSharp) 메소드

RemoveCategory() 공개 정적인 메소드

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

			return (result > 0);
		}