Beispiel #1
0
        void AddNew()
        {
            var NewContact = _user.AddNew();

            _book.NewElement(NewContact);
            //SaveNewContact(NewContact);
        }
Beispiel #2
0
 public void AddNew(ContactInfo contact)
 {
     _book.NewElement(contact);
     //SaveNewContact(contact);
 }