public DTO.ResponseService <DataSet> GetResultLicenseVerifyHead(string petitionTypeCode, DateTime?startDate, DateTime?toDate, string Compcode, string CountPage, int pageNo, int recordPerPage) { return(svc.GetResultLicenseVerifyHead(petitionTypeCode, startDate, toDate, Compcode, CountPage, pageNo, recordPerPage)); }