コード例 #1
0
 public AgentUKeyController(IAgentUKeyService agentUKeyService, IChannelService channelService, IChannelStatusByUkeyIdService channelStatusByUkeyIdService)
 {
     _agentUKeyService             = agentUKeyService;
     _channelService               = channelService;
     _channelStatusByUkeyIdService = channelStatusByUkeyIdService;
     _logInfo = LogManager.GetLogger("INFO");
 }
コード例 #2
0
 public ChannelService(IChannelModelMapRedisService channelModelMapRedisService, IValidateService validateService, IAgentConfigByCityService agentConfigByCityService, IAgentUKeyService agentUKeyService)
 {
     logInfo  = LogManager.GetLogger("INFO");
     logError = LogManager.GetLogger("ERROR");
     _channelModelMapRedisService = channelModelMapRedisService;
     _validateService             = validateService;
     _agentConfigByCityService    = agentConfigByCityService;
     _agentUKeyService            = agentUKeyService;
 }