Exemplo n.º 1
0
 public void AddStory(StoryCollection story)
 {
     CollectionOfStories.Add(story);
 }
Exemplo n.º 2
0
 public void AddBook(StoryCollection tenthOfDecember)
 {
     throw new NotImplementedException();
 }