Example #1
0
 public List <ReadLiquidationReportRecords> GetReadLiquidationReportRecords(bool bOnlyLast20Records)
 {
     return(reportsDataAccess.GetReadLiquidationReportRecords(bOnlyLast20Records ? 20 : 3000));
 }