NJsonApi.Test.TestModel.Author.Author C# (CSharp) Method

Author() public method

public Author ( ) : System
return System
        public Author()
        {
            Posts = new List<Post>();
            Comments = new Comment[1];
        }
Author