Beispiel #1
0
 public TripFAQ CreateTripFAQ([FromBody] TripFAQ tripFAQ)
 {
     return(TripService.CreateTripFAQ(tripFAQ));
 }