Core: removed unnecessary

This commit is contained in:
Maksim Chegulov 2022-02-21 13:01:21 +03:00
parent 7ad1462b81
commit 0221db9fbf
2 changed files with 0 additions and 4 deletions

View File

@ -67,8 +67,6 @@ public class DbTenantService : ITenantService
internal Lazy<UserDbContext> LazyUserDbContext; internal Lazy<UserDbContext> LazyUserDbContext;
private readonly IMapper _mapper; private readonly IMapper _mapper;
public DbTenantService() { }
public DbTenantService( public DbTenantService(
DbContextManager<TenantDbContext> dbContextManager, DbContextManager<TenantDbContext> dbContextManager,
DbContextManager<UserDbContext> DbContextManager, DbContextManager<UserDbContext> DbContextManager,

View File

@ -63,8 +63,6 @@ public class EFUserService : IUserService
internal string DbId; internal string DbId;
private readonly IMapper _mapper; private readonly IMapper _mapper;
public EFUserService() { }
public EFUserService( public EFUserService(
DbContextManager<UserDbContext> userDbContextManager, DbContextManager<UserDbContext> userDbContextManager,
PasswordHasher passwordHasher, PasswordHasher passwordHasher,