예제 #1
0
 public async Task <string> DeleteReservationAsync(long reservationId, CancellationToken cancellationToken)
 {
     return(await _reservationManager.DeleteReservationAsync(reservationId, cancellationToken));
 }