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

GetParentCategoriesById() public static méthode

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