maliming
3 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
2 changed files with
3 additions and
3 deletions
-
docs/en/Tutorials/Part-10.md
-
docs/en/Tutorials/Part-4.md
|
|
|
@ -626,7 +626,7 @@ public abstract class BookAppService_Tests<TStartupModule> : BookStoreApplicatio |
|
|
|
private readonly IBookAppService _bookAppService; |
|
|
|
private readonly IAuthorAppService _authorAppService; |
|
|
|
|
|
|
|
public BookAppService_Tests() |
|
|
|
protected BookAppService_Tests() |
|
|
|
{ |
|
|
|
_bookAppService = GetRequiredService<IBookAppService>(); |
|
|
|
_authorAppService = GetRequiredService<IAuthorAppService>(); |
|
|
|
|
|
|
|
@ -93,7 +93,7 @@ public abstract class BookAppService_Tests<TStartupModule> : BookStoreApplicatio |
|
|
|
{ |
|
|
|
private readonly IBookAppService _bookAppService; |
|
|
|
|
|
|
|
public BookAppService_Tests() |
|
|
|
protected BookAppService_Tests() |
|
|
|
{ |
|
|
|
_bookAppService = GetRequiredService<IBookAppService>(); |
|
|
|
} |
|
|
|
@ -219,7 +219,7 @@ public abstract class BookAppService_Tests<TStartupModule> : BookStoreApplicatio |
|
|
|
{ |
|
|
|
private readonly IBookAppService _bookAppService; |
|
|
|
|
|
|
|
public BookAppService_Tests() |
|
|
|
protected BookAppService_Tests() |
|
|
|
{ |
|
|
|
_bookAppService = GetRequiredService<IBookAppService>(); |
|
|
|
} |
|
|
|
|