Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I have two tables with 1:1 relationship, one BO for each table. I want to "sync" parent BO event to child BO. For example, calling ParentBO.Add() will automatically call ChildBO.Add, ParentBO.Edit() also call ChildBO.Edit and etc.
How to do this?
Thank you
|