Esempio n. 1
0
 public DTO.ResponseService <DataSet> GetDataRenewReport(string Id, string license_code, string license_no)
 {
     return(svc.GetDataRenewReport(Id, license_code, license_no));
 }