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

GetParentCategoriesById() 공개 정적인 메소드

public static GetParentCategoriesById ( int categoryId ) : CategoriesDataComponent.CategoriesDataTable
categoryId int
리턴 CategoriesDataComponent.CategoriesDataTable
		public static CategoriesDataComponent.CategoriesDataTable GetParentCategoriesById(int categoryId)
		{
			return null;
		}