Browse Source

Merge pull request #22778 from abpframework/auto-merge/rel-9-2/3694

Merge branch dev with rel-9.2
update-bundle
maliming 10 months ago
committed by GitHub
parent
commit
e846242049
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/tutorials/microservice/part-06.md

4
docs/en/tutorials/microservice/part-06.md

@ -107,9 +107,9 @@ public class ProductIntegrationService : ApplicationService, IProductIntegration
Now that we have created the `IProductIntegrationService` interface and the `ProductIntegrationService` class, we can consume this service from the Ordering service.
### Adding a Reference to the `CloudCrm.CatalogService.Contracts` Package
### Adding a Reference to the `CloudCrm.OrderingService` Package
First, we need to add a reference to the `CloudCrm.CatalogService.Contracts` package in the Ordering service. Open the ABP Studio, and stop the application(s) if it is running. Then, open the *Solution Explorer* and right-click on the `CloudCrm.OrderingService` package. Select *Add* -> *Package Reference* command:
First, we need to add a reference to the `CloudCrm.OrderingService` package in the Ordering service. Open the ABP Studio, and stop the application(s) if it is running. Then, open the *Solution Explorer* and right-click on the `CloudCrm.OrderingService` package. Select *Add* -> *Package Reference* command:
![add-package-reference-ordering-service](images/add-package-reference-ordering-service.png)

Loading…
Cancel
Save