예제 #1
0
 public ChampionshipController(IChampionshipAppService championshipAppService)
 {
     _championshipAppService = championshipAppService;
 }
예제 #2
0
 public ChampionshipsController(IChampionshipAppService championshipAppService) =>
 this.championshipAppService = championshipAppService;