Exemplo n.º 1
0
 /// <summary>
 /// Set geo tree for a supplier that is an Operator
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='edit'>
 /// </param>
 /// <param name='organization'>
 /// </param>
 public static IList <CBISWriteAPIModelsGeo> SetGeoTreeForSupplier(this ICBISWriteAPI operations, CBISWriteAPIModelsQueryEditGeoTree edit, string organization)
 {
     return(operations.SetGeoTreeForSupplierAsync(edit, organization).GetAwaiter().GetResult());
 }