Fetch() 보호된 메소드

protected Fetch ( StoryData data ) : void
data StoryData
리턴 void
예제 #1
0
        internal static Story FetchStory(StoryData data)
        {
            var result = new Story();

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

            return result;
        }
예제 #2
0
        internal static Story FetchStory(StoryData data)
        {
            var result = new Story();

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

            return(result);
        }