iptdevs-design-system 3.1.341 → 3.1.342

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.
@@ -5908,6 +5908,10 @@ class AttendanceService extends IPTGeneralService {
5908
5908
  let serviceUrl = `${this.SERVICE_URL}obtain/attendances/students/by/course/${courseCode}`;
5909
5909
  return this.http.get(serviceUrl);
5910
5910
  }
5911
+ obtainAttendancessByCourse(courseCode) {
5912
+ let serviceUrl = `${this.SERVICE_URL}obtain/attendances/by/course/${courseCode}`;
5913
+ return this.http.get(serviceUrl);
5914
+ }
5911
5915
  }
5912
5916
  AttendanceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AttendanceService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5913
5917
  AttendanceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AttendanceService, providedIn: 'root' });