コード例 #1
0
 public UsuariosController(PruebaModel context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
コード例 #2
0
 public ProcessesController(PruebaModel context)
 {
     _context = context;
 }
コード例 #3
0
 public WeatherForeCastsController(PruebaModel context)
 {
     _context = context;
 }
コード例 #4
0
 public UbicationsController(PruebaModel context)
 {
     _context = context;
 }