fix
This commit is contained in:
@@ -40,6 +40,7 @@ using IdentityServer4.Services;
|
||||
using MyOffice.Services.Currency;
|
||||
using Services.Account;
|
||||
using Services.Item;
|
||||
using MyOffice.Services.Dashboard;
|
||||
|
||||
public class Program
|
||||
{
|
||||
@@ -229,6 +230,7 @@ public class Program
|
||||
builder.Services.AddScoped<CurrencyService, CurrencyService>();
|
||||
builder.Services.AddScoped<AccountService, AccountService>();
|
||||
builder.Services.AddScoped<ItemService, ItemService>();
|
||||
builder.Services.AddScoped<DashboardService, DashboardService>();
|
||||
}
|
||||
|
||||
private static readonly ConcurrentDictionary<string, PhysicalFileInfo> _staticFilesCache = new();
|
||||
|
||||
Reference in New Issue
Block a user