/// <summary>
 /// Invokes the 'UpdateAThroughParent' method of the specified <see cref="EntityA"/> entity.
 /// </summary>
 /// <param name="entityA">The <see cref="EntityA"/> entity instance.</param>
 public void UpdateAThroughParent(EntityA entityA)
 {
     entityA.UpdateAThroughParent();
 }
示例#2
0
 /// <summary>
 /// Invokes the 'UpdateAThroughParent' method of the specified <see cref="EntityA"/> entity.
 /// </summary>
 /// <param name="entityA">The <see cref="EntityA"/> entity instance.</param>
 public void UpdateAThroughParent(EntityA entityA)
 {
     entityA.UpdateAThroughParent();
 }