public InitialHostDbBuilder(AfarsoftResourcePlanDbContext context) { _context = context; }
public HostRoleAndUserCreator(AfarsoftResourcePlanDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(AfarsoftResourcePlanDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }
public DefaultTenantBuilder(AfarsoftResourcePlanDbContext context) { _context = context; }
public DefaultLanguagesCreator(AfarsoftResourcePlanDbContext context) { _context = context; }
public DefaultSettingsCreator(AfarsoftResourcePlanDbContext context) { _context = context; }
public DefaultEditionCreator(AfarsoftResourcePlanDbContext context) { _context = context; }