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