public WorldRepository(WorldContext worldContext) { this.worldContext = worldContext; }
public WorldDbSeed(WorldContext worldContext, UserManager <WorldUser> userManager) { this._context = worldContext; this.userManager = userManager; }