Esempio n. 1
0
 public TripFoto CreateTripFoto([FromBody] TripFoto tripFoto)
 {
     return(TripService.CreateTripFoto(tripFoto));
 }