Got index server list working
This commit is contained in:
parent
36d99b1e35
commit
271cf1f407
19 changed files with 445 additions and 67 deletions
|
|
@ -25,7 +25,8 @@ builder.Services.AddSqlite<DatabaseContext>(dbConnectionString);
|
|||
|
||||
builder.Services.AddTransient<ILibraryService, LibraryService>();
|
||||
builder.Services.AddTransient<IServerRepository, ServerRepository>();
|
||||
builder.Services.AddScoped<IServerService, ServerService>();
|
||||
builder.Services.AddScoped<IClientService, ClientService>();
|
||||
builder.Services.AddTransient<IServerService, ServerService>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue