Exemplo n.º 1
0
        //
        // GET: /Device/

        public ActionResult Index()
        {
            return(View(DBDevice.GetDevice(4)));
        }