Exemplo n.º 1
0
        public IEnumerable <IntegrationConfig> GetAll()
        {
            var configurator = new IntegrationConfigurator(Name);

            return(configurator.GetCurrent().ToList());
        }
Exemplo n.º 2
0
        public IntegrationConfigCollection GetParent()
        {
            var configurator = new IntegrationConfigurator(Name);

            return(configurator.GetCurrent());
        }
Exemplo n.º 3
0
        public IntegrationConfig Get()
        {
            var configurator = new IntegrationConfigurator(Name);

            return(configurator.GetCurrent().FirstOrDefault());
        }