Exemple #1
0
 public async Task <Hero> GetById(int id)
 {
     return(await _heroesRepository.GetById(id));
 }