iptdevs-design-system 2.7.33 → 2.7.34

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.
@@ -4083,6 +4083,11 @@ class AcademicService extends IPTGeneralService {
4083
4083
  this.generateRequestParams(params);
4084
4084
  return this.http.post(serviceUrl, this.httpOptions);
4085
4085
  }
4086
+ getStudentByTeacher(params) {
4087
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/students/by/teacher';
4088
+ this.generateRequestParams(params);
4089
+ return this.http.post(serviceUrl, this.httpOptions);
4090
+ }
4086
4091
  }
4087
4092
  AcademicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AcademicService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
4088
4093
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AcademicService, providedIn: 'root' });