Exemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='value'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task ApiRecipesPostAsync(this IApiClient operations, RecipeDto value = default(RecipeDto), CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.ApiRecipesPostWithHttpMessagesAsync(value, null, cancellationToken).ConfigureAwait(false);
 }