Esempio n. 1
0
        public string UpdateByPrimary()
        {
            var model = _model.CopyInstance();

            model.AddIgnores(_handler.Members <UpdateIgnoreAttribute>());
            return(_template.UpdateByPrimary(model));
        }