Пример #1
0
 /// <summary>
 /// Get adoxio_ServiceAreaId from adoxio_eventlocations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioEventlocationid'>
 /// key: adoxio_eventlocationid of adoxio_eventlocation
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioServicearea Get(this IServiceareaid operations, string adoxioEventlocationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioEventlocationid, select, expand).GetAwaiter().GetResult());
 }