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