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