iptdevs-design-system 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1408,6 +1408,10 @@ class ParameterService {
1408
1408
  let serviceUrl = this.SERVICE_URL + 'get/commercial/typediscounts/all';
1409
1409
  return this.http.get(serviceUrl);
1410
1410
  }
1411
+ getAllCourseModality() {
1412
+ let serviceUrl = this.SERVICE_URL + 'get/all/course/modality';
1413
+ return this.http.get(serviceUrl);
1414
+ }
1411
1415
  }
1412
1416
  ParameterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ParameterService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1413
1417
  ParameterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ParameterService, providedIn: 'root' });