Blog.Services.Implementation.PostContentsService.PostContentsService C# (CSharp) Метод

PostContentsService() публичный Метод

public PostContentsService ( IPostContentsLogic postsContentsLogic ) : System.Collections.Generic
postsContentsLogic IPostContentsLogic
Результат System.Collections.Generic
        public PostContentsService(IPostContentsLogic postsContentsLogic)
        {
            _postContentsLogic = postsContentsLogic;
        }