Esempio n. 1
0
 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));
 }