Codemaid
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Wallet;
|
||||
|
||||
public record WalletConnection(string Value) :
|
||||
public record WalletConnection(string Value) :
|
||||
IConnection
|
||||
{
|
||||
public override string ToString() => Value;
|
||||
|
||||
Reference in New Issue
Block a user