Example #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='orderId'>
 /// </param>
 public static string ApiOrdersByOrderIdDelete(this IOrdersManagerAPI operations, System.Guid orderId)
 {
     return(operations.ApiOrdersByOrderIdDeleteAsync(orderId).GetAwaiter().GetResult());
 }