File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/AbpCompanyName.AbpProjectName.Application/MultiTenancy
test/AbpCompanyName.AbpProjectName.Tests Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public TenantAppService(
3434 UserManager userManager ,
3535 RoleManager roleManager ,
3636 IAbpZeroDbMigrator abpZeroDbMigrator ,
37- IPasswordHasher < User > passwordHasher
38- ) : base ( repository )
37+ IPasswordHasher < User > passwordHasher )
38+ : base ( repository )
3939 {
4040 _tenantManager = tenantManager ;
4141 _editionManager = editionManager ;
Original file line number Diff line number Diff line change 11using System ;
22using Castle . MicroKernel . Registration ;
3+ using NSubstitute ;
34using Abp . AutoMapper ;
45using Abp . Dependency ;
56using Abp . Modules ;
1011using Abp . Zero . EntityFrameworkCore ;
1112using AbpCompanyName . AbpProjectName . EntityFrameworkCore ;
1213using AbpCompanyName . AbpProjectName . Tests . DependencyInjection ;
13- using NSubstitute ;
1414
1515namespace AbpCompanyName . AbpProjectName . Tests
1616{
Original file line number Diff line number Diff line change 11using System . Threading . Tasks ;
2- using AbpCompanyName . AbpProjectName . Sessions ;
32using Shouldly ;
43using Xunit ;
4+ using AbpCompanyName . AbpProjectName . Sessions ;
55
66namespace AbpCompanyName . AbpProjectName . Tests . Sessions
77{
Original file line number Diff line number Diff line change 11using System . Threading . Tasks ;
22using Microsoft . EntityFrameworkCore ;
3+ using Shouldly ;
4+ using Xunit ;
35using Abp . Application . Services . Dto ;
46using AbpCompanyName . AbpProjectName . Users ;
57using AbpCompanyName . AbpProjectName . Users . Dto ;
6- using Shouldly ;
7- using Xunit ;
88
99namespace AbpCompanyName . AbpProjectName . Tests . Users
1010{
You can’t perform that action at this time.
0 commit comments