Example #1
0
 public DataTable ExecuteProTaskReportDetails(string category, string sj, string deptId, string itemId,
                                              int rowN, int tRowN)
 {
     return(OperationBiz.ExecuteProTaskReportDetails(category, sj, deptId, itemId, rowN, tRowN));
 }