Esempio n. 1
0
 public void DeleteCommentary(Commentary commentary)
 {
     Commentaries.Remove(commentary);
 }
Esempio n. 2
0
 public void AddCommentary(Commentary commentary)
 {
     Commentaries.Add(commentary);
 }