Beispiel #1
0
        GetExamByCriteria(string examPlaceGroupCode, string examPlaceCode,
                          string licenseTypeCode, string agentType, string yearMonth,
                          string timeCode, DateTime?testingDate, int resultPage, int PageSize, Boolean CountAgain, string Owner = "")
        {
            string tsDate = (testingDate == null ? string.Empty : Convert.ToDateTime(testingDate).ToString_yyyyMMdd());

            return(svc.GetExamByCriteria(examPlaceGroupCode, examPlaceCode,
                                         licenseTypeCode, agentType, yearMonth,
                                         timeCode, tsDate, resultPage, PageSize, CountAgain, Owner));
        }