Beispiel #1
0
 public void 除く(投稿 投稿)
 {
     this.投稿.Remove(投稿);
 }
Beispiel #2
0
 public void 加える(投稿 投稿)
 {
     this.投稿.Add(投稿);
 }