Example #1
0
        public static void Create(
            [Description("Шаблон для создания конфигурации")]
            string template
            )
        {
            var templ = TemplateManager.Get(template);

            TemplateManager.CreateConfiguration(templ);
        }