コード例 #1
0
 public IEnumerable <Transaction> GetTransactionInTheLastMinute()
 {
     return(_server.GetTransactionInTheLastMinute());
 }