C# 클래스 Phonebook.REP

상속: IPhonebookRepository
파일 보기 프로젝트 열기: nzhul/TelerikAcademy

공개 메소드들

메소드 설명
AddPhone ( string name, IEnumerable nums ) : bool
ChangePhone ( string oldent, string newent ) : int
ListEntries ( int first, int num ) : Class1[]

메소드 상세

AddPhone() 공개 메소드

public AddPhone ( string name, IEnumerable nums ) : bool
name string
nums IEnumerable
리턴 bool

ChangePhone() 공개 메소드

public ChangePhone ( string oldent, string newent ) : int
oldent string
newent string
리턴 int

ListEntries() 공개 메소드

public ListEntries ( int first, int num ) : Class1[]
first int
num int
리턴 Class1[]