コード例 #1
0
 public string AtualizarContato([FromBody] Contato json)
 {
     return(_Service.AtualizarContato(json));
 }