Application ready before dependency injction
This commit is contained in:
@ -21,7 +21,6 @@ namespace YouTubeViewers.EntityFramework.Commands
|
||||
{
|
||||
using (YouTubeViewersDbContext context = _contextFactory.Create())
|
||||
{
|
||||
await Task.Delay(5000);
|
||||
YouTubeViewerDto youTubeViewerDto = new YouTubeViewerDto()
|
||||
{
|
||||
Id = id,
|
||||
|
||||
Reference in New Issue
Block a user