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