コード例 #1
0
 /// <summary>
 /// Adds the client regulation.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='model'>
 /// The model what describe a client regulation.
 /// </param>
 public static ErrorResponse AddClientRegulation(this IRegulationAPI operations, NewClientRegulationModel model = default(NewClientRegulationModel))
 {
     return(operations.AddClientRegulationAsync(model).GetAwaiter().GetResult());
 }