Example #1
0
 public static DataTable ExecuteProMonthReportDetails(string category, string sj, string deptId, string itemId,
                                                      string resultId, int rowN, int tRowN)
 {
     return(SysInfoQueryDal.ExecuteProMonthReportDetails(category, sj, deptId, itemId, resultId, rowN, tRowN));
 }