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