Beispiel #1
0
 public void AddContact(string firstName, string lastName, string phoneNumber, ContactType type)
 {
     allContacts.Add(Contact.CreateContact(firstName, lastName, phoneNumber, type));
 }