示例#1
0
        public string get_profiled_Name(ProfileModel model)
        {
            _profile.Push("table");

            _document.Model = model;

            return(_document.Show(x => x.Name).ToString());
        }