Ejemplo n.º 1
0
 public DataTable ExecuteProYearReportDetails(string category, string startDate, string endDate,
                                              string DeptId,
                                              string itemId, string resultId, string objectId, int rowN,
                                              int tRowN)
 {
     return(OperationBiz.ExecuteProYearReportDetails(category, startDate, endDate, DeptId, itemId, resultId,
                                                     objectId, rowN, tRowN));
 }