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.
@@ -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" });