示例#1
0
        // GET: CRM/Schs



        // GET: CRM/Mis1
        public ActionResult Index()
        {
            IdeasController nc = new IdeasController(Server);

            return((ActionResult)nc.Index(Request)["view"]);
        }