Working search
This commit is contained in:
parent
271cf1f407
commit
2a572e8bc4
15 changed files with 217 additions and 39 deletions
|
|
@ -27,6 +27,7 @@ builder.Services.AddTransient<ILibraryService, LibraryService>();
|
|||
builder.Services.AddTransient<IServerRepository, ServerRepository>();
|
||||
builder.Services.AddScoped<IClientService, ClientService>();
|
||||
builder.Services.AddTransient<IServerService, ServerService>();
|
||||
builder.Services.AddTransient<ISearchService, SearchService>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue