예제 #1
0
 public ZonasController(SmartU2Context context)
 {
     _context = context;
 }
예제 #2
0
 public VehiculoesController(SmartU2Context context)
 {
     _context = context;
 }
 public SlotParqueaderoesController(SmartU2Context context)
 {
     _context = context;
 }
예제 #4
0
 public UsuariosController(SmartU2Context context)
 {
     _context = context;
 }