Exemplo n.º 1
0
 public UsuariosController(PruebaModel context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
Exemplo n.º 2
0
 public ProcessesController(PruebaModel context)
 {
     _context = context;
 }
 public WeatherForeCastsController(PruebaModel context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UbicationsController(PruebaModel context)
 {
     _context = context;
 }