iptdevs-design-system 3.1.723 → 3.1.724

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.
@@ -935,6 +935,11 @@ class UserService extends IPTGeneralService {
935
935
  this.generateRequestParams(param);
936
936
  return this.http.post(serviceUrl, this.httpOptions);
937
937
  }
938
+ DeleteTeacherByCode(params) {
939
+ let serviceUrl = this.SERVICE_URL + 'post/delete/teacher/by/code';
940
+ this.generateRequestParams(params);
941
+ return this.http.post(serviceUrl, this.httpOptions);
942
+ }
938
943
  }
939
944
  UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
940
945
  UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, providedIn: 'root' });