Exemplo n.º 1
0
 public WorldRepository(WorldContext worldContext)
 {
     this.worldContext = worldContext;
 }
Exemplo n.º 2
0
 public WorldDbSeed(WorldContext worldContext, UserManager <WorldUser> userManager)
 {
     this._context    = worldContext;
     this.userManager = userManager;
 }