Esempio n. 1
0
 public List <Operation> GetOperations(Account account)
 {
     return(account.GetOperations());
 }