iptdevs-design-system 2.7.35 → 2.7.36

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.
@@ -3964,6 +3964,11 @@ class ClassroomService extends IPTGeneralService {
3964
3964
  this.generateRequestParams(params);
3965
3965
  return this.http.post(serviceUrl, this.httpOptions);
3966
3966
  }
3967
+ getAllClassroomByTypeUser(params) {
3968
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/all/classroom/by/user';
3969
+ this.generateRequestParams(params);
3970
+ return this.http.post(serviceUrl, this.httpOptions);
3971
+ }
3967
3972
  }
3968
3973
  ClassroomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ClassroomService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3969
3974
  ClassroomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ClassroomService, providedIn: 'root' });