From 48bfc012030b036f574e0fbbc82308c45ed09b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 23 Jul 2020 18:16:43 +0300 Subject: [PATCH] Update Part-6.md --- docs/en/Tutorials/Part-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Part-6.md b/docs/en/Tutorials/Part-6.md index 413ff48504..0c480e4318 100644 --- a/docs/en/Tutorials/Part-6.md +++ b/docs/en/Tutorials/Part-6.md @@ -248,7 +248,7 @@ Whenever you throw an `AuthorAlreadyExistsException`, the end use will see a nic `AuthorManager` injects the `IAuthorRepository`, so we need to define it. Create this new interface in the `Authors` folder (namespace) of the `Acme.BookStore.Domain` project: -````charp +````csharp using System; using System.Collections.Generic; using System.Threading.Tasks;