Exemple #1
0
 public Story Get(Guid id)
 {
     return(StoryProvider.GetStory(id));
 }