Пример #1
0
 /// <summary>
 /// Get `Reservation` revisions.
 /// </summary>
 /// <remarks>
 /// List of all the revisions for the `Reservation`.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='reservationId'>
 /// Id of the Reservation Item
 /// </param>
 /// <param name='reservationOrderId'>
 /// Order Id of the reservation
 /// </param>
 public static IPage <ReservationResponse> ListRevisions(this IReservationOperations operations, string reservationId, string reservationOrderId)
 {
     return(operations.ListRevisionsAsync(reservationId, reservationOrderId).GetAwaiter().GetResult());
 }