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

GetParentCategoriesById() public static method

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