iptdevs-design-system 3.2.45 → 3.2.46

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.
@@ -1002,6 +1002,10 @@ class UserService extends IPTGeneralService {
1002
1002
  let serviceUrl = this.SERVICE_URL + 'search/student/by/code/' + codeUser;
1003
1003
  return this.http.get(serviceUrl);
1004
1004
  }
1005
+ searchStudentByIdcard(id_card) {
1006
+ let serviceUrl = this.SERVICE_URL + 'search/student/by/idcard/' + id_card;
1007
+ return this.http.get(serviceUrl);
1008
+ }
1005
1009
  }
1006
1010
  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 });
1007
1011
  UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, providedIn: 'root' });