Example #1
0
 public ObservableCollection <BankAccount> GetBankAccounts()
 {
     return(repository.GetBankAccountsCollection());
 }