Exemple #1
0
        public void Setup(IRegistry registry)
        {
            registry.Copy <CmsModel>()
            .Map(x => x.Name, "nodeName");

            registry.Register <Site>()
            .Map(x => x.Hosts, "hosts", x => x.Split(';'))
            ;
        }