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