Ejemplo n.º 1
0
 public int Put6([FromBody] Tourist tourist)
 {
     return(tourist.UploadPicture(tourist));
 }