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

Get() public méthode

public Get ( int postContentId ) : PostContent
postContentId int
Résultat Blog.Common.Contracts.PostContent
        public PostContent Get(int postContentId)
        {
            return _postContentsLogic.Get(postContentId);
        }