Beispiel #1
0
 public Wallet Create(params object[] args)
 {
     return(_factory.Create(args));
 }
Beispiel #2
0
 public Wallet Create(string password)
 {
     return(_factory.Create(password));
 }