Ejemplo n.º 1
0
 GetLicenseByCriteria(string licenseNo, string licenseType,
                      DateTime?startDate, DateTime?toDate,
                      string paymentNo, string licenseTypeReceive,
                      DTO.UserProfile userProfile,
                      int pageNo, int recordPerPage)
 {
     return(svc.GetLicenseByCriteria(licenseNo, licenseType,
                                     startDate, toDate,
                                     paymentNo, licenseTypeReceive,
                                     userProfile,
                                     pageNo, recordPerPage));
 }