public DefaultEditionsCreator(ABPGMEduDbContext context) { _context = context; }
public DefaultSettingsCreator(ABPGMEduDbContext context) { _context = context; }
public DefaultTenantCreator(ABPGMEduDbContext context) { _context = context; }
public DefaultLanguagesCreator(ABPGMEduDbContext context) { _context = context; }
public HostRoleAndUserCreator(ABPGMEduDbContext context) { _context = context; }
public InitialHostDbBuilder(ABPGMEduDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(ABPGMEduDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }