Exemplo n.º 1
0
 public AccountDetailViewModel(AccountTransactionValue model, Account account)
 {
     _account = account;
     Model = model;
 }
Exemplo n.º 2
0
 public AccountDetailViewModel(AccountTransactionValue model)
 {
     Model = model;
 }