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(
34
34
UserManager userManager ,
35
35
RoleManager roleManager ,
36
36
IAbpZeroDbMigrator abpZeroDbMigrator ,
37
- IPasswordHasher < User > passwordHasher
38
- ) : base ( repository )
37
+ IPasswordHasher < User > passwordHasher )
38
+ : base ( repository )
39
39
{
40
40
_tenantManager = tenantManager ;
41
41
_editionManager = editionManager ;
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using Castle . MicroKernel . Registration ;
3
+ using NSubstitute ;
3
4
using Abp . AutoMapper ;
4
5
using Abp . Dependency ;
5
6
using Abp . Modules ;
10
11
using Abp . Zero . EntityFrameworkCore ;
11
12
using AbpCompanyName . AbpProjectName . EntityFrameworkCore ;
12
13
using AbpCompanyName . AbpProjectName . Tests . DependencyInjection ;
13
- using NSubstitute ;
14
14
15
15
namespace AbpCompanyName . AbpProjectName . Tests
16
16
{
Original file line number Diff line number Diff line change 1
1
using System . Threading . Tasks ;
2
- using AbpCompanyName . AbpProjectName . Sessions ;
3
2
using Shouldly ;
4
3
using Xunit ;
4
+ using AbpCompanyName . AbpProjectName . Sessions ;
5
5
6
6
namespace AbpCompanyName . AbpProjectName . Tests . Sessions
7
7
{
Original file line number Diff line number Diff line change 1
1
using System . Threading . Tasks ;
2
2
using Microsoft . EntityFrameworkCore ;
3
+ using Shouldly ;
4
+ using Xunit ;
3
5
using Abp . Application . Services . Dto ;
4
6
using AbpCompanyName . AbpProjectName . Users ;
5
7
using AbpCompanyName . AbpProjectName . Users . Dto ;
6
- using Shouldly ;
7
- using Xunit ;
8
8
9
9
namespace AbpCompanyName . AbpProjectName . Tests . Users
10
10
{
You can’t perform that action at this time.
0 commit comments