コード例 #1
0
ファイル: R.cs プロジェクト: catahoc/Ktoto.Neprav
 public static void Commented(Author author, Theme theme, Comment comment)
 {
     AuthorHasComments.ParentReceivesChild(author, comment);
     ThemeHasComments.ParentReceivesChild(theme, comment);
 }
コード例 #2
0
ファイル: R.cs プロジェクト: catahoc/Ktoto.Neprav
 public static void CreatedTheme(Author author, Theme theme)
 {
     AuthorCreatedSomeThemes.ParentReceivesChild(author, theme);
 }