Esempio n. 1
0
 /// <summary>
 /// Send a 200 response with no payload, when a payload is expected - client
 /// should return a null object of thde type for model A
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static A Get200ModelA200None(this IMultipleResponses operations)
 {
     return(operations.Get200ModelA200NoneAsync().GetAwaiter().GetResult());
 }