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

UpdateCategoryName() public static méthode

public static UpdateCategoryName ( int categoryId, string newName ) : void
categoryId int
newName string
Résultat void
		public static void UpdateCategoryName(int categoryId, string newName)
		{
		}