2 references to GetContact
BasicWebSite (2)
Controllers\ContactApiController.cs (2)
24var contact = _repository.GetContact(id); 88=> repository.GetContact(id) ?? new Contact() { ContactId = id };