Пример #1
0
 /// <summary>
 /// Get bcgov_inspection_actregulationrefer from bcgov_inspections
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovInspectionid'>
 /// key: bcgov_inspectionid of bcgov_inspection
 /// </param>
 /// <param name='bcgovActregulationreferenceid'>
 /// key: bcgov_actregulationreferenceid of bcgov_actregulationreference
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovActregulationreference ActregulationreferByKey1(this IInspectionactregulationrefer operations, string bcgovInspectionid, string bcgovActregulationreferenceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.ActregulationreferByKey1Async(bcgovInspectionid, bcgovActregulationreferenceid, select, expand).GetAwaiter().GetResult());
 }