Nytt sökfönster tillagt, ny metod för att söka betalningar mellan 2 datum

This commit is contained in:
2023-09-06 22:04:24 +02:00
parent 4a8fec1d5f
commit 2b6e48c3ef
11 changed files with 356 additions and 9 deletions

View File

@ -20,7 +20,7 @@ namespace WinFormDiApp
Log.Logger = new LoggerConfiguration()
.WriteTo.Console()
.WriteTo.File(@"D:\logs\winformApp.txt",restrictedToMinimumLevel:Serilog.Events.LogEventLevel.Information,
rollingInterval: RollingInterval.Day)
rollingInterval: RollingInterval.Day)
.CreateLogger();
var host = ContainerConfig.Configure(CreateHostBuilder(args));