public DTO.ResponseService <DataSet> GetExamByCriteriaDefault(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.GetExamByCriteriaDefault(examPlaceGroupCode, examPlaceCode, licenseTypeCode, agentType, yearMonth, timeCode, tsDate, resultPage, PageSize, CountAgain, Owner)); }