C# Class Phonebook.Command.AddPhoneCommand

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

Méthodes publiques

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

Method Details

AddPhoneCommand() public méthode

public AddPhoneCommand ( 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