예제 #1
0
 public DataTable SearchDataEx(string StartTime, string EndTime, string HEAD_USERID, string TICKET_NUM, string OverTime, int iIndex, int iCount)
 {
     return(access.SearchDataEx(StartTime, EndTime, HEAD_USERID, TICKET_NUM, OverTime, iIndex, iCount));
 }