BindaTests.NeededObjects.Post.Post C# (CSharp) Method

Post() public method

public Post ( ) : System
return System
        public Post()
        {
            Comments = new List<Comment>();
        }
Post