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.
1 parent 77849c9 commit f16598dCopy full SHA for f16598d
TestWasm/Models/Person.cs
@@ -73,6 +73,9 @@ public sealed class DbSets
73
[MagicNotMapped]
74
public string SecretDecrypted { get; set; }
75
76
+
77
+ public object Payload { get; set; } = new { Property = "test" };
78
79
private bool testPrivate { get; set; } = false;
80
81
public bool GetTest()
0 commit comments