Пример #1
0
 /// <summary>
 /// Exercise 3 - Given products specials and quantities, return the trolleys
 /// total.
 /// </summary>
 /// <remarks>
 /// &lt;br /&gt;This will call your api looking for a resource available at
 /// your base url /trolleyTotal which should return the lowest possible total
 /// based on provided lists of prices, specials and quantities.
 /// &lt;br /&gt;&lt;br /&gt; Example of the post request can be found in the
 /// /Resources Api below.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='request'>
 /// </param>
 public static IList <DeveloperExerciseServicesExerciseResult> ApiExerciseExercise3Post(this IDevChallengeResourceClient operations, DeveloperExerciseApiModelsTrolleyExerciseRequest request = default(DeveloperExerciseApiModelsTrolleyExerciseRequest))
 {
     return(operations.ApiExerciseExercise3PostAsync(request).GetAwaiter().GetResult());
 }