Skip to content

Commit 5754255

Browse files
committed
ProfileState class DateOfBirth add get set
1 parent 53bc19d commit 5754255

File tree

1 file changed

+1
-1
lines changed
  • docs/orleans/grains/grain-persistence

1 file changed

+1
-1
lines changed

docs/orleans/grains/grain-persistence/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public class ProfileState
229229
{
230230
public string Name { get; set; }
231231

232-
public Date DateOfBirth
232+
public Date DateOfBirth { get; set; }
233233
}
234234
```
235235

0 commit comments

Comments
 (0)