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

CommentsService() public method

public CommentsService ( ICommentsLogic commentsLogic, IRedisService redisService ) : System
commentsLogic ICommentsLogic
redisService IRedisService
return System
        public CommentsService(ICommentsLogic commentsLogic, IRedisService redisService)
        {
            _commentsLogic = commentsLogic;
            _redisService = redisService;
        }