4 lines
61 B
C#
4 lines
61 B
C#
namespace Wallet;
|
|
|
|
public record Hyperlink(string Value);
|
namespace Wallet;
|
|
|
|
public record Hyperlink(string Value);
|