tnx-shared 5.3.176 → 5.3.177
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.
- package/bundles/tnx-shared.umd.js +4 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/services/canbo-hoso.service.js +5 -1
- package/fesm2015/tnx-shared.js +4 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/services/canbo-hoso.service.d.ts +1 -0
- package/services/canbo-hoso.service.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
|
@@ -20948,6 +20948,10 @@
|
|
|
20948
20948
|
CanBoHoSoService.prototype.getQuanLyCapTrenByUserId = function (idUser) {
|
|
20949
20949
|
return this.defaultGet(this.serviceUri + "/CanBoQuanLyByUserId/" + idUser);
|
|
20950
20950
|
};
|
|
20951
|
+
CanBoHoSoService.prototype.getDanhSachUserCapTren = function (idsDonVi) {
|
|
20952
|
+
var url = this.serviceUri + "/GetDanhSachUserCapTren";
|
|
20953
|
+
return this.defaultPost(url, idsDonVi);
|
|
20954
|
+
};
|
|
20951
20955
|
return CanBoHoSoService;
|
|
20952
20956
|
}(BaseService));
|
|
20953
20957
|
CanBoHoSoService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function CanBoHoSoService_Factory() { return new CanBoHoSoService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(i0__namespace.INJECTOR), i0__namespace.ɵɵinject(ModuleConfigService), i0__namespace.ɵɵinject(UserService), i0__namespace.ɵɵinject(CanBo_HoSo_CoCauToChucService), i0__namespace.ɵɵinject(CoCauToChucService), i0__namespace.ɵɵinject(HoSoDoiTacService), i0__namespace.ɵɵinject(CrudService)); }, token: CanBoHoSoService, providedIn: "root" });
|