/// <summary>
 /// Get adoxio_Area from adoxio_inspectorreports
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioInspectorreportid'>
 /// key: adoxio_inspectorreportid of adoxio_inspectorreport
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioArea Get(this IArea operations, string adoxioInspectorreportid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioInspectorreportid, select, expand).GetAwaiter().GetResult());
 }
Beispiel #2
0
 /// <summary>
 /// Get bcgov_Area from bcgov_postalcodes
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovPostalcodeid'>
 /// key: bcgov_postalcodeid of bcgov_postalcode
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovArea Get(this IArea operations, string bcgovPostalcodeid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(bcgovPostalcodeid, select, expand).GetAwaiter().GetResult());
 }