示例#1
0
 GetLicenseVerify(string petitionTypeCode,
                  DateTime?startDate,
                  DateTime?toDate, string CompCode, string requestCompCode)
 {
     return(svc.GetLicenseVerify(petitionTypeCode, startDate, toDate, CompCode, requestCompCode));
 }