Example #1
0
 public DataSet GetAccountingWinLossReport(int ZoneNo, int CategoryNo, DateTime StartDate, DateTime EndDate, bool IncludeNonCashable)
 {
     return(reports.GetAccountingWinLossReport(ZoneNo, CategoryNo, StartDate, EndDate, IncludeNonCashable));
 }