Add currency pegging admin page.

This commit is contained in:
2020-08-07 21:46:48 +01:00
parent 43e1c282b9
commit db16a77988
14 changed files with 980 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ namespace Marechai.Services
services.AddScoped<BooksService>();
services.AddScoped<CurrencyInflationService>();
services.AddScoped<Iso4217Service>();
services.AddScoped<CurrencyPeggingService>();
}
}
}