|
|
|
@ -1,5 +1,4 @@ |
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Volo.Abp.Autofac; |
|
|
|
using Volo.Abp.Autofac; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
|
|
|
|
namespace AbpConsoleDemo |
|
|
|
@ -7,9 +6,6 @@ namespace AbpConsoleDemo |
|
|
|
[DependsOn(typeof(AbpAutofacModule))] |
|
|
|
public class AppModule : AbpModule |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
{ |
|
|
|
context.Services.AddAssemblyOf<AppModule>(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|