Move sound synthesizers admin index to Blazor.

This commit is contained in:
2020-05-24 18:46:48 +01:00
parent 9db3bb93de
commit 051a1233e3
9 changed files with 336 additions and 11 deletions

View File

@@ -58,6 +58,7 @@ namespace Marechai.Services
services.AddScoped<PeopleService>();
services.AddScoped<ProcessorsService>();
services.AddScoped<ScreensService>();
services.AddScoped<SoundSynthsService>();
}
}
}