private void ListAllCharacters()
 {
     io.PrintCharacters(repo.ReadAll());
 }
Esempio n. 2
0
 private void ListAllCharacters()
 {
     io.PrintCharacters(_characterService.ReadAllCharacters());
 }