public ChartsController(TourBaseContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public TouristsController(TourBaseContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public VouchersController(TourBaseContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public StagesController(TourBaseContext context)
 {
     _context = context;
 }