Example #1
0
 public int AddChampion(ChampionsOwned champ)
 {
     return(_championsRepository.AddChampion(champ));
 }