Ejemplo n.º 1
0
 public IEnumerable <ICharacter> GetAllCharacter()
 {
     return(character_dao.GetAllCharacters());
 }