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