Beispiel #1
0
 public DataTable ExecuteProReviewInfo(string category, string userId, DateTime startDate,
                                       DateTime endDate, string deptItem, string item, int rowN, int tRowN)
 {
     return(OperationBiz.ExecuteProReviewInfo(category, userId, startDate, endDate, deptItem, item, rowN, tRowN));
 }