示例#1
0
 public DTO.ResponseService <DataSet> GetListLicenseDetailByPersonal(string licenseNo, string licenseType,
                                                                     DateTime?startDate, DateTime?toDate,
                                                                     string paymentNo, string licenseTypeReceive,
                                                                     DTO.UserProfile userProfile,
                                                                     int pageNo, int recordPerPage, Boolean CountAgain)
 {
     return(svc.GetListLicenseDetailByPersonal(licenseNo, licenseType,
                                               startDate, toDate,
                                               paymentNo, licenseTypeReceive,
                                               userProfile,
                                               pageNo, recordPerPage, CountAgain));
 }