Blog.Logic.Core.PostContentsLogic.PostContentsLogic C# (CSharp) Method

PostContentsLogic() public method

public PostContentsLogic ( IPostContentRepository postContentRepository ) : System
postContentRepository IPostContentRepository
return System
        public PostContentsLogic(IPostContentRepository postContentRepository)
        {
            _postContentRepository = postContentRepository;
        }