Exemplo n.º 1
0
 public TerminusController(CnctnsContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public RemarksController(CnctnsContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public LinesController(CnctnsContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public RelationsController(CnctnsContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public BrigadesController(CnctnsContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public TimetablesController(CnctnsContext context)
 {
     _context = context;
 }