Add CRUD for main database tables.

This commit is contained in:
2019-11-07 22:43:37 +00:00
parent 4753cf3dbe
commit bae387df50
85 changed files with 5513 additions and 0 deletions

View File

@@ -91,6 +91,11 @@
<_ContentIncludedByDefault Remove="Areas\Admin\Shared\_Layout.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Shared\_LoginPartial.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Shared\_ValidationScriptsPartial.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Views\Device\Create.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Views\Device\Delete.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Views\Device\Details.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Views\Device\Edit.cshtml" />
<_ContentIncludedByDefault Remove="Areas\Admin\Views\Device\Index.cshtml" />
</ItemGroup>
<ItemGroup>