Dashing.IntegrationTests.TestDomain.Post.Post C# (CSharp) Méthode

Post() public méthode

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