BlogSample.BlogPost.BlogPost C# (CSharp) 메소드

BlogPost() 공개 메소드

public BlogPost ( ) : System
리턴 System
        public BlogPost()
        {
            Id = Guid.NewGuid();
            Comments = new List<Comment>();
        }