private void ListAllCharacters()
 {
     io.PrintCharacters(repo.ReadAll());
 }
示例#2
0
 private void ListAllCharacters()
 {
     io.PrintCharacters(_characterService.ReadAllCharacters());
 }