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

Page() public method

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

Same methods

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