Пример #1
0
        // GET: Dict
        public ActionResult Index()
        {
            List <Contact> contacts = phones.GetConList();

            return(View(contacts));
        }