コード例 #1
0
 public List <ReadLiquidationReportRecords> GetReadLiquidationReportRecords(bool bOnlyLast20Records)
 {
     return(reports.GetReadLiquidationReportRecords(bOnlyLast20Records));
 }