Esempio n. 1
0
 public int InsertTransaction(Transaction transaction)
 {
     return(_adapter.CreateTransaction(transaction));
 }