- Export data

This commit is contained in:
DawitG96
2019-02-01 12:27:14 +01:00
parent 64593ee4e4
commit 44e9542a15
7 changed files with 27 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
@model IEnumerable<User>
@{
ViewBag.Title = "Hello Razor";
ViewBag.Title = "Tutti gli utenti";
}
<div id="grid"></div>