website dotnet 2.2 版本升级

This commit is contained in:
hogan
2019-01-08 14:33:11 +08:00
parent 6ddd3c99a2
commit 676c0f07a7
8 changed files with 63 additions and 76 deletions

View File

@ -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();
}