Exemplo n.º 1
0
 public int Save(Currency currency)
 {
     return(_db.SaveItem <Currency>(currency));
 }
Exemplo n.º 2
0
 public int Save(Account account)
 {
     return(_db.SaveItem <Account>(account));
 }