Exemple #1
0
 public async Task Delete(Destination bookedCar)
 {
     await _repository.Delete(bookedCar);
 }