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