C# Class Phonebook.Command.ListPhonesCommand

Inheritance: IPhonebookCommand
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( string arguments ) : void
ListPhonesCommand ( IPhonebookRepository data, IPrinter printer ) : System

Method Details

Execute() public méthode

public Execute ( string arguments ) : void
arguments string
Résultat void

ListPhonesCommand() public méthode

public ListPhonesCommand ( IPhonebookRepository data, IPrinter printer ) : System
data IPhonebookRepository
printer IPrinter
Résultat System