Style: C# 12 Primary constructor
This commit is contained in:
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user