public IActionResult GetAreaList(string hmodtyp, string ngnp) { List <string> list = ClassCrud.GetAreaList(hmodtyp, ngnp); return(Json(list)); }