public TransaccionesController(EcoMapsContext context)
 {
     _context = context;
 }
예제 #2
0
 public VehiculosController(EcoMapsContext context)
 {
     _context = context;
 }
예제 #3
0
 public EstacionesController(EcoMapsContext context)
 {
     _context = context;
 }