C# Class Phonebook.REP

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

Méthodes publiques

Méthode Description
AddPhone ( string name, IEnumerable nums ) : bool
ChangePhone ( string oldent, string newent ) : int
ListEntries ( int first, int num ) : Class1[]

Method Details

AddPhone() public méthode

public AddPhone ( string name, IEnumerable nums ) : bool
name string
nums IEnumerable
Résultat bool

ChangePhone() public méthode

public ChangePhone ( string oldent, string newent ) : int
oldent string
newent string
Résultat int

ListEntries() public méthode

public ListEntries ( int first, int num ) : Class1[]
first int
num int
Résultat Class1[]