Blog.Logic.Core.TagsLogic.TagsLogic C# (CSharp) Метод

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

public TagsLogic ( ITagRepository tagRepository, IPostRepository postRepository ) : System
tagRepository ITagRepository
postRepository IPostRepository
Результат System
        public TagsLogic(ITagRepository tagRepository, IPostRepository postRepository)
        {
            _tagRepository = tagRepository;
            _postRepository = postRepository;
        }