Browse Source

Update part-07.md

pull/20943/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
c395785983
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/modular-crm/part-07.md

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

@ -56,7 +56,7 @@ namespace ModularCrm.Ordering.Contracts.Events
### Using the `IDistributedEventBus` Service
The `IDistributedEventBus` service publishes events to the event bus. Until this point, the Ordering module has no functionality to create new orders. For that purpose, open the `ModularCrm.Ordering` module's .NET solution, and update the `OrderAppService` as following:
The `IDistributedEventBus` service publishes events to the event bus. Until this point, the Ordering module has no functionality to create new orders. Let's change that and place an order, for that purpose open the `ModularCrm.Ordering` module's .NET solution, and update the `OrderAppService` as follows:
````csharp
using System;

Loading…
Cancel
Save