Beispiel #1
0
 public static void Commented(Author author, Theme theme, Comment comment)
 {
     AuthorHasComments.ParentReceivesChild(author, comment);
     ThemeHasComments.ParentReceivesChild(theme, comment);
 }
Beispiel #2
0
 public static void CreatedTheme(Author author, Theme theme)
 {
     AuthorCreatedSomeThemes.ParentReceivesChild(author, theme);
 }