示例#1
0
 public DTO.ResponseService <DataSet> GetLicenseVerifyHeadByOIC(string petitionTypeCode,
                                                                DateTime?startDate,
                                                                DateTime?toDate, string requestCompCode, string CountPage, int pageNo, int recordPerPage, string StatusApprove)
 {
     return(svc.GetLicenseVerifyHeadByOIC(petitionTypeCode, startDate, toDate, requestCompCode, CountPage, pageNo, recordPerPage, StatusApprove));
 }