BlogSharp.Core.Impl.Services.Post.PostService.GetPostsByBlog C# (CSharp) Méthode

GetPostsByBlog() public méthode

public GetPostsByBlog ( Blog blog ) : IList
blog Model.Blog
Résultat IList
		public IList<Model.Post> GetPostsByBlog(Blog blog)
		{
			return postRepository.GetByBlog(blog);
		}