add previous functionality
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user