Update AbpAccountApplicationTestModule.cs

pull/3089/head
Yunus Emre Kalkan 6 years ago
parent 5177060591
commit 80eab3c5ab

@ -18,7 +18,8 @@ namespace Volo.Abp.Account
typeof(AbpAuthorizationModule), typeof(AbpAuthorizationModule),
typeof(AbpIdentityAspNetCoreModule), typeof(AbpIdentityAspNetCoreModule),
typeof(AbpAccountApplicationModule), typeof(AbpAccountApplicationModule),
typeof(AbpIdentityEntityFrameworkCoreModule) typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule)
)] )]
public class AbpAccountApplicationTestModule : AbpModule public class AbpAccountApplicationTestModule : AbpModule
{ {

Loading…
Cancel
Save