Exemplo n.º 1
0
 public List <HeroePerClass> FindAll()
 {
     return(_repview.FindAll());
 }
 public List <HeroePerAbility> FindHeroeCountPerAbility(enAbility type)
 {
     return(_repview.FindAll().Where(t => t.abilityType == (int)type || type == enAbility.all).ToList());
 }
 public List <HeroePerHashtag> FindHeroeCountPerHashtag()
 {
     return(_repview.FindAll());
 }