Exemplo n.º 1
0
 public int getSum()
 {
     control = new WalletController();
     return(control.SumMoney());
 }