Beispiel #1
0
 public MatchSummaryController(IMatchSummaryAppService matchSummaryAppService,
                               IMatchChampionshipAppService matchChampionshipAppService)
 {
     _matchSummaryAppService      = matchSummaryAppService;
     _matchChampionshipAppService = matchChampionshipAppService;
 }
 public MatchChampionshipController(IMatchChampionshipAppService matchChampionshipAppService)
 {
     _matchChampionshipAppService = matchChampionshipAppService;
 }