public AlojamentosController(TurismoContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DestinosController(TurismoContext context)
 {
     _turismoContext = context;
 }