mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
website dotnet 2.2 版本升级
This commit is contained in:
@ -14,6 +14,7 @@ namespace FreeSql.Site.UI.Areas.Doc.Controllers
|
||||
// GET: Documents
|
||||
public IActionResult Index()
|
||||
{
|
||||
ViewBag.DocumentList = new FreeSql.Site.DAL.DocumentTypeDAL().Query(d => d.ID != 0);
|
||||
return View();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user