コード例 #1
0
        public static string GetPostBody(BlogPost post)
        {
            var processor = new BlogPostProcessor(post);

            return processor.GetPostBody();
        }
コード例 #2
0
ファイル: BlogPostsHelper.cs プロジェクト: nlvvch/trackyt.net
        public static string GetPostBody(BlogPost post)
        {
            var processor = new BlogPostProcessor(post);

            return(processor.GetPostBody());
        }