Exemple #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ceeblookups'>
 /// </param>
 public static object PostByCeeblookups(this ICeebLookups operations, IList <CeebLookup> ceeblookups)
 {
     return(operations.PostByCeeblookupsAsync(ceeblookups).GetAwaiter().GetResult());
 }