Blog.Services.Implementation.CommentsService.CommentsService C# (CSharp) Méthode

CommentsService() public méthode

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