Added ability to install modules and skins at run-time directly from Nuget

This commit is contained in:
Shaun Walker
2019-10-04 16:21:05 -04:00
parent 12c73decd0
commit a8cbfb711e
12 changed files with 341 additions and 19 deletions

View File

@ -52,6 +52,7 @@ namespace Oqtane.Client
services.AddScoped<IUserRoleService, UserRoleService>();
services.AddScoped<ISettingService, SettingService>();
services.AddScoped<IFileService, FileService>();
services.AddScoped<IPackageService, PackageService>();
// dynamically register module contexts and repository services
Assembly[] assemblies = AppDomain.CurrentDomain.GetAssemblies();