Blog.Services.Implementation.PostContentsService.PostContentsService C# (CSharp) Method

PostContentsService() public method

public PostContentsService ( IPostContentsLogic postsContentsLogic ) : System.Collections.Generic
postsContentsLogic IPostContentsLogic
return System.Collections.Generic
        public PostContentsService(IPostContentsLogic postsContentsLogic)
        {
            _postContentsLogic = postsContentsLogic;
        }