コード例 #1
0
 public bool UpdateEroe(Eroe eroe)
 {
     return(_repo.Update(eroe));
 }
コード例 #2
0
 public void Update(Eroe e)
 {
     _repo.Update(e);
 }