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

TagsService() public method

public TagsService ( ITagsLogic tagsLogic ) : System.Collections.Generic
tagsLogic ITagsLogic
return System.Collections.Generic
        public TagsService(ITagsLogic tagsLogic)
        {
            _tagsLogic = tagsLogic;
        }