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