WIP, thinking about converting to EF

This commit is contained in:
Lani Aung
2021-11-18 21:24:20 -07:00
parent fd8858aab3
commit 1fd14ebafd
20 changed files with 1513 additions and 179 deletions
+10
View File
@@ -0,0 +1,10 @@
@{
ViewData["Title"] = "Uploading";
}
Uploading...
@section Scripts
{
<script src="~/js/uploader.js" asp-append-version="true"></script>
}