Ejemplo n.º 1
0
 public UserRepository(N00029793T2Context context)
 {
     this.context = context;
 }
Ejemplo n.º 2
0
 public BaseController(N00029793T2Context context)
 {
     this.context = context;
 }
Ejemplo n.º 3
0
 public PokemonController(N00029793T2Context context, IHostEnvironment hostEnv) : base(context)
 {
     _context = context;
     _hostEnv = hostEnv;
 }