diff --git a/docs/en/tutorials/modular-crm/part-08.md b/docs/en/tutorials/modular-crm/part-08.md index 6291875d5c..460fd3d4fb 100644 --- a/docs/en/tutorials/modular-crm/part-08.md +++ b/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