Example #1
0
 abstract internal void RemoveStory(Story <P> story);
Example #2
0
 public void SetStory(Story story)
 {
     this.story = story;
 }
Example #3
0
 abstract internal void AddStory(Story <P> story);