Esempio n. 1
0
        public static Section CreateSection(this SectionViewModel model)
        {
            var section = new Section();

            model.CopyToSection(section);
            return(section);
        }