コード例 #1
0
 public async Task Put(Destination bookedCar)
 {
     await _repository.Update(bookedCar);
 }