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

MoveCategory() public static méthode

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