3 references to _contacts
BasicWebSite (3)
ContactsRepository.cs (3)
14
return
_contacts
.FirstOrDefault(f => f.ContactId == id);
19
contact.ContactId =
_contacts
.Count + 1;
20
_contacts
.Add(contact);