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

MoveCategory() 공개 정적인 메소드

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