コード例 #1
0
 public static DataTable ExecuteProReviewInfo(string category, string userId, DateTime startDate,
                                              DateTime endDate, string deptItem, string item, int rowN, int tRowN)
 {
     return(SysInfoQueryDal.ExecuteProReviewInfo(category, userId, startDate, endDate, deptItem, item, rowN, tRowN));
 }