Style: C# 12 Primary constructor

This commit is contained in:
Kamigen
2024-03-30 20:59:17 -04:00
parent 786c65410d
commit 8f58311283
50 changed files with 267 additions and 449 deletions

View File

@@ -1,4 +1,7 @@
using Hutopy.Application;
using Hutopy.Infrastructure;
using Hutopy.Infrastructure.Data;
using Hutopy.Web;
var builder = WebApplication.CreateBuilder(args);
@@ -61,4 +64,4 @@ app.MapEndpoints();
app.Run();
public partial class Program { }
public abstract partial class Program { }