C# Class Phonebook.Command.ChangePhoneCommand

Inheritance: IPhonebookCommand
Afficher le fichier Open project: nzhul/TelerikAcademy

Méthodes publiques

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

Method Details

ChangePhoneCommand() public méthode

public ChangePhoneCommand ( IPhonebookRepository data, IPrinter printer, IPhoneNumberSanitizer sanitizer ) : System
data IPhonebookRepository
printer IPrinter
sanitizer IPhoneNumberSanitizer
Résultat System

Execute() public méthode

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