示例#1
0
 // GET: Ciudades
 public async Task <IActionResult> Index()
 {
     return(View(await _ciudadesServices.GetCiudadesAsync()));
 }