Exemple #1
0
 public async Task HandleAsync(AddDestination command)
 {
     await _trip.AddDestination(Guid.Parse(command.TripId), command.Name);
 }