Example #1
0
 public IHero GetHero(int id)
 {
     return(db.GetHero(id));
 }