We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893eb6 commit 600b868Copy full SHA for 600b868
aspnet-core/src/AbpCompanyName.AbpProjectName.Migrator/MultiTenantMigrateExecuter.cs
@@ -19,12 +19,12 @@ public class MultiTenantMigrateExecuter : ITransientDependency
19
{
20
public Log Log { get; private set; }
21
22
- private readonly AbpZeroDbMigrator<AbpProjectNameDbContext> _migrator;
+ private readonly AbpZeroDbMigrator _migrator;
23
private readonly IRepository<Tenant> _tenantRepository;
24
private readonly IDbPerTenantConnectionStringResolver _connectionStringResolver;
25
26
public MultiTenantMigrateExecuter(
27
- AbpZeroDbMigrator<AbpProjectNameDbContext> migrator,
+ AbpZeroDbMigrator migrator,
28
IRepository<Tenant> tenantRepository,
29
Log log,
30
IDbPerTenantConnectionStringResolver connectionStringResolver)
0 commit comments