Esempio n. 1
0
        public ActionResult ViewCity(string id)
        {
            DbServiceClient client = new DbServiceClient();

            return View(client.GetAddress("Bothell").ToList());
        }