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