/// <summary> /// /// </summary> /// <returns></returns> public IActionResult List() { var datas = _postApp.GetPostLists(); return(View(datas)); }