コード例 #1
0
        public IActionResult AssociatePerson(string sourceContactId, string targetContactId)
        {
            _contactsService.AssociateOneToOne(sourceContactId, targetContactId);

            return(NoContent());
        }