public DefaultSettingsCreator(TestPlatformDbContext context) { _context = context; }
public HostRoleAndUserCreator(TestPlatformDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(TestPlatformDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }
public InitialHostDbBuilder(TestPlatformDbContext context) { _context = context; }
public DefaultEditionCreator(TestPlatformDbContext context) { _context = context; }
public DefaultTenantBuilder(TestPlatformDbContext context) { _context = context; }
public DefaultLanguagesCreator(TestPlatformDbContext context) { _context = context; }