Exemplo n.º 1
0
 public static Story FetchStoryByUrl(string url)
 {
     return(Story.FetchStoryByParameter(Story.Columns.Url, url));
 }
Exemplo n.º 2
0
 public static Story FetchStoryByIdentifier(string storyIdentifier)
 {
     return(Story.FetchStoryByParameter(Story.Columns.StoryIdentifier, storyIdentifier));
 }