示例#1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static bool?IsExists(this ICollateralAgreements operations, string id)
 {
     return(operations.IsExistsAsync(id).GetAwaiter().GetResult());
 }