Add dump admin page.

This commit is contained in:
2020-08-08 03:37:41 +01:00
parent fc9cc19056
commit a1249878e8
15 changed files with 1147 additions and 1 deletions

View File

@@ -72,6 +72,8 @@ namespace Marechai.Services
services.AddScoped<Iso4217Service>();
services.AddScoped<CurrencyPeggingService>();
services.AddScoped<DocumentsService>();
services.AddScoped<DumpsService>();
services.AddScoped<MediaService>();
}
}
}