Dashing.IntegrationTests.TestDomain.Post.Post C# (CSharp) Method

Post() public method

public Post ( ) : System.Collections.Generic
return System.Collections.Generic
        public Post() {
            this.Comments = new List<Comment>();
            this.Tags = new List<PostTag>();
        }
Post