public IActionResult GetCity(int provinceCode) { var list = regionService.GetCity(provinceCode); return(Json(list)); }