Exemple #1
0
 public decimal GetAmount(Account account)
 {
     return(account.GetAmount());
 }