Model.Category.Category C# (CSharp) Method

Category() public method

public Category ( ) : System.Collections.Generic
return System.Collections.Generic
		public Category()
		{
			Posts = new HashSet<Post>();
		}
Category