Browse Source

Update part-06.md

Fix wrong image path
pull/20822/head
İsmail ÇAĞDAŞ 2 years ago
committed by GitHub
parent
commit
acdbf1650d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/modular-crm/part-06.md

2
docs/en/tutorials/modular-crm/part-06.md

@ -79,7 +79,7 @@ namespace ModularCrm.Products.Integration
We've defined the integration service interface. Now, we can implement it in the `ModularCrm.Products.Application` project. Create an `Integration` folder and then create a `ProductIntegrationService` class in that folder. The final folder structure should be like that:
![visual-studio-product-integration-service-implementation](D:\Github\abp\docs\en\tutorials\modular-crm\images\visual-studio-product-integration-service-implementation.png)
![visual-studio-product-integration-service-implementation](images/visual-studio-product-integration-service-implementation.png)
Open the `ProductIntegrationService.cs` file and replace it's content with the following code block:

Loading…
Cancel
Save