Exemplo n.º 1
0
 public PasajeroController(TravellContext context)
 {
     _pasajeroService = new PasajeroService(context);
 }
Exemplo n.º 2
0
 public PasajeroService(TravellContext context)
 {
     _context = context;
 }