Пример #1
0
        //
        // GET: /Names/

        public ActionResult Index()
        {
            DataBaseControl a     = new DataBaseControl();
            var             photo = a.GetDataUnRec();

            return(View(photo));
        }