Example #1
0
 public TerminusController(CnctnsContext context)
 {
     _context = context;
 }
Example #2
0
 public RemarksController(CnctnsContext context)
 {
     _context = context;
 }
Example #3
0
 public LinesController(CnctnsContext context)
 {
     _context = context;
 }
 public RelationsController(CnctnsContext context)
 {
     _context = context;
 }
Example #5
0
 public BrigadesController(CnctnsContext context)
 {
     _context = context;
 }
Example #6
0
 public TimetablesController(CnctnsContext context)
 {
     _context = context;
 }