Browse Source
Merge pull request #22228 from abpframework/auto-merge/rel-9-0/3499
Merge branch rel-9.1 with rel-9.0
pull/22229/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|