Exemple #1
0
 public async Task <IEnumerable <IWarrior> > GetWarrior()
 {
     return(await warriorRepo.GetWarriors());
 }