예제 #1
0
 public int Put6([FromBody] Tourist tourist)
 {
     return(tourist.UploadPicture(tourist));
 }