Beispiel #1
0
 public void Put(int id, [FromBody] Trip value)
 {
     _repository.UpdateTrip(value);
 }