Dashing.Tests.TestDomain.Post.Post C# (CSharp) 메소드

Post() 공개 메소드

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