Exemplo n.º 1
0
        public ActionResult GetList_IndexViewModel()
        {
            var list = _memberQuery.GetMemberListModel();

            return(new ActionResult(true, list, null, null));
        }