Example #1
0
 public void Update([FromBody] Journey journey)
 {
     _journeyService.Update(journey);
 }