Exemple #1
0
 public async Task <List <Warrior> > GetNonSelectedWarriors(Warrior warriorToExclude)
 {
     return(await _warriorRepository.GetNonSelectedWarriors(warriorToExclude));
 }