Improved json support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record Comment
|
||||
{
|
||||
public DateTimeOffset DateTime { get; set; }
|
||||
|
||||
public string? Text { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user