Ejemplo n.º 1
0
 public bool UpdateEroe(Eroe eroe)
 {
     return(_repo.Update(eroe));
 }
Ejemplo n.º 2
0
 public void Update(Eroe e)
 {
     _repo.Update(e);
 }