switched to valuetuples for exhanging tokens
This commit is contained in:
+2
-5
@@ -1,8 +1,5 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public record Item
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
public record Item<TValue>(TValue Value);
|
||||
|
||||
public string? Name { get; init; } = "";
|
||||
}
|
||||
public record Item;
|
||||
Reference in New Issue
Block a user