예제 #1
0
 public Activity CreateActivity([FromBody] Activity trip)
 {
     return(ActivitiesService.CreateActivity(trip));
 }