Ejemplo n.º 1
0
        public string SelectByCondition()
        {
            var model = _model.CopyInstance();

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