コード例 #1
0
 public List <int> Post6([FromBody] Tourist tourist)
 {
     return(tourist.Interest(tourist));
 }