Exemplo n.º 1
0
 internal void SaveAccount(string name, double initialAmount)
 {
     database.AddAccount(name, initialAmount);
 }