Blog.Services.Implementation.PostContentsService.GetByPostId C# (CSharp) Méthode

GetByPostId() public méthode

public GetByPostId ( int postId ) : List
postId int
Résultat List
        public List<PostContent> GetByPostId(int postId)
        {
            return _postContentsLogic.GetByPostId(postId);
        }