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