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

UpdateCategoryName() 공개 정적인 메소드

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