We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2251fbe + d6f554f commit 2a44811Copy full SHA for 2a44811
src/CollectionJson/WriteDocument.cs
@@ -10,6 +10,6 @@ namespace CollectionJson
10
public class WriteDocument : IWriteDocument
11
{
12
[DataMember(Name = "template")]
13
- public Template Template { get; private set; }
+ public Template Template { get; set; }
14
}
15
0 commit comments