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

UpdateCategoryName() public static method

public static UpdateCategoryName ( int categoryId, string newName ) : void
categoryId int
newName string
return void
		public static void UpdateCategoryName(int categoryId, string newName)
		{
		}