Example #1
0
 public DTO.ResponseService <DataSet> GetLicenseStatisticsReport(string LicenseTypeCode, string StartDate1, string EndDate1, string StartDate2, string EndDate2)
 {
     return(svc.GetLicenseStatisticsReport(LicenseTypeCode, StartDate1, EndDate1, StartDate2, EndDate2));
 }