Exemplo n.º 1
0
 public void Put([FromBody] Owner owner)
 {
     _ownerService.ChangeOwner(owner);
 }