Add currency inflation admin page.

This commit is contained in:
2020-08-07 20:00:38 +01:00
parent 8c2b355646
commit 43e1c282b9
15 changed files with 883 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ namespace Marechai.Services
services.AddScoped<ResolutionsByGpuService>();
services.AddScoped<MachinePhotosService>();
services.AddScoped<BooksService>();
services.AddScoped<CurrencyInflationService>();
services.AddScoped<Iso4217Service>();
}
}
}