Method | Description | |
---|---|---|
AddNewContact ( ) : void | ||
AddNewContact ( string FirstName, string LastName, string Company, string Email, string WorkPhone, string HomePhone ) : void | ||
AddNewContacts ( int CustomerCount ) : void | ||
AddRockStars ( ) : void | ||
ContactsListManager ( ) : System | ||
ContactsListManager ( System.Guid ListId ) : System | ||
CreateContactsList ( ) : |
||
DeleteAllItems ( ) : void | ||
GetContactsLists ( ) : IEnumerable |
public AddNewContact ( string FirstName, string LastName, string Company, string Email, string WorkPhone, string HomePhone ) : void | ||
FirstName | string | |
LastName | string | |
Company | string | |
string | ||
WorkPhone | string | |
HomePhone | string | |
return | void |
public AddNewContacts ( int CustomerCount ) : void | ||
CustomerCount | int | |
return | void |
public ContactsListManager ( System.Guid ListId ) : System | ||
ListId | System.Guid | |
return | System |