@idsoftsource/initial-process 2.1.3 → 2.1.4
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.
|
@@ -931,7 +931,7 @@ class ProviderContractorSubCategoryService {
|
|
|
931
931
|
return this.http.post(`${this.baseUrl}/BulkDelete`, ids);
|
|
932
932
|
}
|
|
933
933
|
bulkInsert(models) {
|
|
934
|
-
return this.http.post(`ProviderContractorSubCategory/
|
|
934
|
+
return this.http.post(`ProviderContractorSubCategory/BulkContractorSubCategoryInsert`, models);
|
|
935
935
|
}
|
|
936
936
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ProviderContractorSubCategoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
937
937
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ProviderContractorSubCategoryService, providedIn: 'root' });
|