예제 #1
0
        public ActionResult DeviceMsg()
        {
            List <PDA> p = PDA.GetEntitysAll();

            return(View(p));
        }