コード例 #1
0
 public static Story FetchStoryByUrl(string url)
 {
     return(Story.FetchStoryByParameter(Story.Columns.Url, url));
 }
コード例 #2
0
 public static Story FetchStoryByIdentifier(string storyIdentifier)
 {
     return(Story.FetchStoryByParameter(Story.Columns.StoryIdentifier, storyIdentifier));
 }