コード例 #1
0
 public static List <HistoryTransaction> GetAllHistory()
 {
     return(HistoryTransactionHandler.GetAllHistory());
 }