Esempio n. 1
0
 public List <Transaction> GetAll()
 {
     return(_adapter.GetAllTransactions());
 }