public WalletInfoVM(string uniqueMasterCitizenNumber, string password, string error, bool authenticated, WalletVM wallet) : base(uniqueMasterCitizenNumber, password, error, authenticated)
 {
     Wallet = wallet;
 }
Example #2
0
 public UpsertWalletVM(WalletVM wallet, IEnumerable <SupportedBankVM> supportedBanks)
 {
     Wallet         = wallet;
     SupportedBanks = supportedBanks;
 }