Codemaid
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Wallet;
|
||||
|
||||
public interface IWalletFactory
|
||||
{
|
||||
Task<bool> Create(string name,
|
||||
Task<bool> Create(string name,
|
||||
string password,
|
||||
IImageDescriptor? imageDescriptor);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user