/// <summary>
 /// Invokes the 'UpdateAThroughChild' method of the specified <see cref="EntityA"/> entity.
 /// </summary>
 /// <param name="entityA">The <see cref="EntityA"/> entity instance.</param>
 public void UpdateAThroughChild(EntityA entityA)
 {
     entityA.UpdateAThroughChild();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Invokes the 'UpdateAThroughChild' method of the specified <see cref="EntityA"/> entity.
 /// </summary>
 /// <param name="entityA">The <see cref="EntityA"/> entity instance.</param>
 public void UpdateAThroughChild(EntityA entityA)
 {
     entityA.UpdateAThroughChild();
 }