public AgentControlDefinitionService(IAgentConfigurationService agentConfigurationService)
        {
            if (agentConfigurationService == null)
            {
                throw new ArgumentNullException("agentConfigurationService");
            }

            this.agentConfigurationService = agentConfigurationService;
        }
Exemplo n.º 2
0
        public AgentControlDefinitionService(IAgentConfigurationService agentConfigurationService)
        {
            if (agentConfigurationService == null)
            {
                throw new ArgumentNullException("agentConfigurationService");
            }

            this.agentConfigurationService = agentConfigurationService;
        }