BlogSample.BlogPost.BlogPost C# (CSharp) Method

BlogPost() public method

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