public IEnumerable <C2_02aEntity> ReportBUPlanWithDraw(string refId, int IsGroupDetail, int IsShowDuplicate, int content, BuCA.Enum.RefType refType = BuCA.Enum.RefType.BUPlanWithDrawCash)
 {
     return(VoucherReportDao.ReportBUPlanWithDraw(refId, IsGroupDetail, IsShowDuplicate, content, refType));
 }
 /// <summary>
 /// Reports the cash payment C4 09.
 /// </summary>
 /// <param name="refId">The reference identifier.</param>
 /// <returns>IEnumerable&lt;C4_09Entity&gt;.</returns>
 public IEnumerable <C4_09Entity> ReportCAReceipt_C4_09(string refId, BuCA.Enum.RefType refType = BuCA.Enum.RefType.CAReceipt)
 {
     return(VoucherReportDao.ReportCAReceipt_C4_09(refId, refType));
 }