コード例 #1
0
 public void Contact([FromBody] AccountContacts value)
 {
     bool isSuccess = userProvider.AddContact(value);
 }