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

MoveCategory() public static method

public static MoveCategory ( int categoryId, int newParentCategoryId ) : bool
categoryId int
newParentCategoryId int
return bool
		public static bool MoveCategory(int categoryId, int newParentCategoryId)
		{
			return true;
		}