Exemplo n.º 1
0
 public int Put5([FromBody] Tourist tourist)
 {
     return(tourist.EditProfile(tourist));
 }