Exemplo n.º 1
0
 public DataSet GetLicenseIssueReportData(int CustomerId)
 {
     return(daCustomer.GetLicenseIssueReportData(CustomerId));
 }