Beispiel #1
0
 public async Task <CommandResult <Boolean> > Restore(Guid tripId)
 {
     return(await _tripManager.RestoreTrip(tripId));
 }