Ejemplo n.º 1
0
 public List <int> Post6([FromBody] Tourist tourist)
 {
     return(tourist.Interest(tourist));
 }