예제 #1
0
 public Wallet CreateWalletFromPassword(string password)
 {
     return(_walletProvider.Create(password));
 }