Skip to content

Commit f16598d

Browse files
test update
1 parent 77849c9 commit f16598d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TestWasm/Models/Person.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ public sealed class DbSets
7373
[MagicNotMapped]
7474
public string SecretDecrypted { get; set; }
7575

76+
77+
public object Payload { get; set; } = new { Property = "test" };
78+
7679
private bool testPrivate { get; set; } = false;
7780

7881
public bool GetTest()

0 commit comments

Comments
 (0)