Blog.Services.Implementation.NotificationService.NotificationService C# (CSharp) 메소드

NotificationService() 공개 메소드

public NotificationService ( IRedisService redisService ) : System.ServiceModel.Activation
redisService IRedisService
리턴 System.ServiceModel.Activation
        public NotificationService(IRedisService redisService)
        {
            _redisService = redisService;
        }