Browse Source

Update Part-6.md

pull/4869/head
Halil İbrahim Kalkan 6 years ago
parent
commit
48bfc01203
  1. 2
      docs/en/Tutorials/Part-6.md

2
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;

Loading…
Cancel
Save