public MatchController(MatchService matchService, MatchDayService matchDayService) { this._matchService = matchService; this._matchDayService = matchDayService; }
public MatchDaysController(SeasonService seasonService, LeagueService leagueService, MatchDayService matchDayService) { this._seasonService = seasonService; this._leagueService = leagueService; this._matchDayService = matchDayService; }