|
|
|
@ -1,5 +1,4 @@
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
using Volo.Abp.AspNetCore.Modularity;
|
|
|
|
|
|
|
|
using Volo.Abp.Modularity;
|
|
|
|
using Volo.Abp.Modularity;
|
|
|
|
using Volo.DependencyInjection;
|
|
|
|
using Volo.DependencyInjection;
|
|
|
|
|
|
|
|
|
|
|
|
@ -10,7 +9,6 @@ namespace Volo.Abp.AspNetCore
|
|
|
|
public void ConfigureServices(IServiceCollection services)
|
|
|
|
public void ConfigureServices(IServiceCollection services)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
services.AddAssemblyOf<AbpAspNetCoreModule>();
|
|
|
|
services.AddAssemblyOf<AbpAspNetCoreModule>();
|
|
|
|
services.AddSingleton<IModuleInitializer, AspNetCoreModuleInitializer>();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|