iptdevs-design-system 3.2.87 → 3.2.88

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.
@@ -8281,6 +8281,11 @@ class AcademicService extends IPTGeneralService {
8281
8281
  let serviceUrl = `${this.SERVICE_URL}obtain/course/status/by/code/${courseCode}`;
8282
8282
  return this.http.get(serviceUrl);
8283
8283
  }
8284
+ ObtainAttendanceForCodHistoryByStudent(param) {
8285
+ const serviceUrl = this.SERVICE_URL + 'post/attendance/all/cod/by/student';
8286
+ this.generateRequestParams(param);
8287
+ return this.http.post(serviceUrl, this.httpOptions);
8288
+ }
8284
8289
  }
8285
8290
  AcademicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
8286
8291
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });