Example #1
0
        public void Put(FilterViewModel model)
        {
            ICmsManager manager = new CmsManager(config["DataLocation"]);

            model.Update(manager);
        }