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

GetCategoryById() 공개 정적인 메소드

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