C# Class Phonebook.Command.ListPhonesCommand

Inheritance: IPhonebookCommand
Mostrar archivo Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
Execute ( string arguments ) : void
ListPhonesCommand ( IPhonebookRepository data, IPrinter printer ) : System

Method Details

Execute() public method

public Execute ( string arguments ) : void
arguments string
return void

ListPhonesCommand() public method

public ListPhonesCommand ( IPhonebookRepository data, IPrinter printer ) : System
data IPhonebookRepository
printer IPrinter
return System