Browse Source

Merge pull request #22227 from abpframework/EngincanV-patch-1

Fix part-08.md for modular monolith tutorial (delete the wrong project reference)
pull/22228/head
Enis Necipoglu 1 year ago
committed by GitHub
parent
commit
e2f5bf13c7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/modular-crm/part-08.md

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

@ -37,7 +37,7 @@ In this section, we will create an application service in the main application's
### Defining the Reporting Service Interface
We will define the `IOrderReportingAppService` interface in the `ModularCrm.Application.Contracts` project of the main application's .NET solution.
We will define the `IOrderReportingAppService` interface in the main application's .NET solution.
#### Adding `ModularCrm.Ordering.Contracts` Package Reference

Loading…
Cancel
Save