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