public BaseController(Ev_T2_Pokemon_Context context) { this.context = context; }
public PokemonController(Ev_T2_Pokemon_Context context, IHostEnvironment hostEnv) : base(context) { _context = context; _hostEnv = hostEnv; }
public UserRepository(Ev_T2_Pokemon_Context context) { this.context = context; }