Пример #1
0
 private void attach_Book_author_author(book_author Book_author_author_abc)
 {
     OnPropertyChanging("book_author");
     Book_author_author_abc.Author_book_author = this;
 }
Пример #2
0
 private void detach_Book_author_author(book_author Book_author_author_abc)
 {
     OnPropertyChanging("book_author");
     Book_author_author_abc.Author_book_author = null;
 }