From f5ec2a01017defb44b6e58827cfd93d36cc9052c Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Wed, 26 Feb 2025 09:16:34 +0300 Subject: [PATCH] Update part-08.md --- docs/en/tutorials/modular-crm/part-08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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