Esempio n. 1
0
        public ActionResult Index()
        {
            ContactClient cc = new ContactClient();

            ViewBag.listContacts = cc.GetAllContacts();
            return(View());
        }