Ejemplo n.º 1
0
 public DTO.ResponseService <DataSet> GetListLicenseDetailByCriteria(string licenseNo, string licenseType,
                                                                     DateTime?startDate, DateTime?toDate,
                                                                     string paymentNo, string licenseTypeReceive,
                                                                     DTO.UserProfile userProfile,
                                                                     int pageNo, int recordPerPage, string PageCount)
 {
     return(svc.GetListLicenseDetailByCriteria(licenseNo, licenseType,
                                               startDate, toDate,
                                               paymentNo, licenseTypeReceive,
                                               userProfile,
                                               pageNo, recordPerPage, PageCount));
 }