Example #1
0
        // GET: USER
        public ActionResult Index()
        {
            List <Login_Info> loing = User_dal.getlist();

            return(View(loing));
        }