Exemplo n.º 1
0
 public StationController(BelediyeUlasimProjesiDbContext context)
 {
     _context = context;
 }
 public BusController(BelediyeUlasimProjesiDbContext context)
 {
     _context = context;
 }