public HomeController(IStationService IStationService, IPathSearchService IPathSearchService, IRouteService IRouteService, IConnectionService IConnectionService) { _IStationService = IStationService; _IPathSearchService = IPathSearchService; _IRouteService = IRouteService; _IConnectionService = IConnectionService; }
public Assignment2016Controller(IPathSearchService IPathSearchService, IStationService IStationService) { _IPathSearchService = IPathSearchService; _IStationService = IStationService; }