예제 #1
0
 /// <summary>
 /// Get sla_bcgov_customaddress from slas
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='slaid'>
 /// key: slaid of sla
 /// </param>
 /// <param name='bcgovCustomaddressid'>
 /// key: bcgov_customaddressid of bcgov_customaddress
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovCustomaddress CustomaddressByKey(this ISlabcgovcustomaddress operations, string slaid, string bcgovCustomaddressid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.CustomaddressByKeyAsync(slaid, bcgovCustomaddressid, select, expand).GetAwaiter().GetResult());
 }