File attachment WIP
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record Attachment
|
||||
{
|
||||
public DateTimeOffset DateTime { get; set; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
|
||||
public string? Path { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user