EventServer.Core.Domain.Post.Post C# (CSharp) Method

Post() public method

public Post ( ) : System
return System
        public Post()
        {
        }

Same methods

Post::Post ( string author, string title, string content, string description, string slug, bool isPublished ) : System
Post