Mass rename project for rebranding
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Wallet;
|
||||
|
||||
public class WalletConnection(string connection)
|
||||
{
|
||||
private readonly string connection = connection;
|
||||
|
||||
public override string ToString() => connection;
|
||||
}
|
||||
Reference in New Issue
Block a user