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