Application ready before dependency injction

This commit is contained in:
2022-08-23 23:31:45 +02:00
parent d3b7ff17be
commit 2b42691434
15 changed files with 234 additions and 78 deletions

View File

@ -21,7 +21,6 @@ namespace YouTubeViewers.EntityFramework.Commands
{
using (YouTubeViewersDbContext context = _contextFactory.Create())
{
await Task.Delay(5000);
YouTubeViewerDto youTubeViewerDto = new YouTubeViewerDto()
{
Id = id,