Skip to content

Commit 929d6f8

Browse files
authored
Update part-06.md
1 parent 6fa5cef commit 929d6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ public class ProductIntegrationService : ApplicationService, IProductIntegration
107107

108108
Now that we have created the `IProductIntegrationService` interface and the `ProductIntegrationService` class, we can consume this service from the Ordering service.
109109

110-
### Adding a Reference to the `CloudCrm.CatalogService.Contracts` Package
110+
### Adding a Reference to the `CloudCrm.OrderingService` Package
111111

112-
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:
112+
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:
113113

114114
![add-package-reference-ordering-service](images/add-package-reference-ordering-service.png)
115115

0 commit comments

Comments
 (0)