Fetch() protected method

protected Fetch ( StoryData data ) : void
data StoryData
return void
Example #1
0
        internal static Story FetchStory(StoryData data)
        {
            var result = new Story();

            result.Fetch(data);
            result.MarkOld();

            return result;
        }
        internal static Story FetchStory(StoryData data)
        {
            var result = new Story();

            result.Fetch(data);
            result.MarkOld();

            return(result);
        }