Beispiel #1
0
 public ActionResult Index()
 {
     ViewBag.listCity = _cityApi.GetAll();
     return(View());
 }