add previous functionality

This commit is contained in:
2021-05-03 15:56:38 +02:00
parent a0ce1669ae
commit 67dafc1150
8 changed files with 105 additions and 17 deletions

View File

@@ -12,10 +12,6 @@ namespace HanyadikHetVan
{
public static async Task Main(string[] args)
{
var secret = new Secret("cunci".Sha256());
System.Console.WriteLine(secret.Value);
var host = CreateHostBuilder(args).Build();
using (var scope = host.Services.CreateScope())