Ejemplo n.º 1
0
 public ChampionshipController(IChampionshipAppService championshipAppService)
 {
     _championshipAppService = championshipAppService;
 }
Ejemplo n.º 2
0
 public ChampionshipsController(IChampionshipAppService championshipAppService) =>
 this.championshipAppService = championshipAppService;