PageModel.PageModel C# (CSharp) Method

PageModel() public method

public PageModel ( ) : System
return System
    public PageModel()
    {
        Value = new ExpandoObject();
        Repository = new Repository("Pages");
    }