Beispiel #1
0
        GetExamMonthByCriteria(string examPlaceGroupCode, string examPlaceCode,
                               string licenseTypeCode, string yearMonth,
                               string timeCode, DateTime?testingDate, string Owner = "")
        {
            string tsDate = (testingDate == null ? string.Empty : Convert.ToDateTime(testingDate).ToString_yyyyMMdd());

            return(svc.GetExamMonthByCriteria(examPlaceGroupCode, examPlaceCode,
                                              licenseTypeCode, yearMonth,
                                              timeCode, tsDate, Owner));
        }