Ejemplo n.º 1
0
 public async Task <int> AddAsync(HeroiEntity heroiEntity)
 {
     return(await _heroiRepository.AddAsync(heroiEntity));
 }