Ejemplo n.º 1
0
 public DTO.ResponseService <DataSet> GetEditLicenseHead(string petitionTypeCode,
                                                         DateTime?startDate,
                                                         DateTime?toDate, string Compcode, string CountPage, int pageNo, int recordPerPage)
 {
     return(svc.GetEditLicenseHead(petitionTypeCode,
                                   startDate, toDate,
                                   Compcode, CountPage, pageNo, recordPerPage));
 }