コード例 #1
0
 public IEnumerable <ICharacter> GetAllCharacter()
 {
     return(character_dao.GetAllCharacters());
 }