BlogSharp.Core.Impl.Services.Post.PostService.GetPostsByBlog C# (CSharp) 메소드

GetPostsByBlog() 공개 메소드

public GetPostsByBlog ( Blog blog ) : IList
blog Model.Blog
리턴 IList
		public IList<Model.Post> GetPostsByBlog(Blog blog)
		{
			return postRepository.GetByBlog(blog);
		}