示例#1
0
        public string SelectByPrimary()
        {
            var model = _model.CopyInstance();

            model.AddIgnores(_handler.Members <SelectIgnoreAttribute>());
            return(_template.SelectByPrimary(model));
        }