Пример #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='customerId'>
 /// </param>
 public static void ApiBasketByCustomerIdGet(this IBasketApi operations, int customerId)
 {
     operations.ApiBasketByCustomerIdGetAsync(customerId).GetAwaiter().GetResult();
 }