C# II — Projekt asp.net
Obsah archivu
-
Programovn v C# - Projekt
-
Domain
-
Controller
-
ClubController.cs
-
MatchController.cs
-
PlayerController.cs
-
-
Entities
-
Club.cs
-
Match.cs
-
Penalty.cs
-
Player.cs
-
Soupiska.cs
-
-
-
ORM.cs
-
WebApp
-
appsettings.Development.json
-
appsettings.json
-
Controllers
-
ClubController.cs
-
HomeController.cs
-
LoginController.cs
-
PlayerController.cs
-
-
Models
-
Club.cs
-
ErrorViewModel.cs
-
Match.cs
-
Player.cs
-
Soupiska.cs
-
User.cs
-
-
PaginatedList.cs
-
Program.cs
-
Services
-
ClubService.cs
-
MatchService.cs
-
PlayerService.cs
-
-
Startup.cs
-
Views
-
_ViewImports.cshtml
-
_ViewStart.cshtml
-
Club
-
AddClub.cshtml
-
EditClub.cshtml
-
Index.cshtml
-
-
Home
-
Index.cshtml
-
Privacy.cshtml
-
-
Login
-
Index.cshtml
-
-
Player
-
Create.cshtml
-
Edit.cshtml
-
Index.cshtml
-
-
Shared
-
_Layout.cshtml
-
_ValidationScriptsPartial.cshtml
-
Error.cshtml
-
-
-
wwwroot
-
css
-
mystyle.css
-
site.css
-
-
favicon.ico
-
js
-
site.js
-
-
lib
-
bootstrap
-
dist
-
css
-
bootstrap.css
-
bootstrap.css.map
-
bootstrap.min.css
-
bootstrap.min.css.map
-
bootstrap-grid.css
-
bootstrap-grid.css.map
-
bootstrap-grid.min.css
-
bootstrap-grid.min.css.map
-
bootstrap-reboot.css
-
bootstrap-reboot.css.map
-
bootstrap-reboot.min.css
-
bootstrap-reboot.min.css.map
-
-
js
-
bootstrap.bundle.js
-
bootstrap.bundle.js.map
-
bootstrap.bundle.min.js
-
bootstrap.bundle.min.js.map
-
bootstrap.js
-
bootstrap.js.map
-
bootstrap.min.js
-
bootstrap.min.js.map
-
-
-
LICENSE
-
-
jquery
-
dist
-
jquery.js
-
jquery.min.js
-
jquery.min.map
-
-
LICENSE.txt
-
-
jquery-validation
-
dist
-
additional-methods.js
-
additional-methods.min.js
-
jquery.validate.js
-
jquery.validate.min.js
-
-
LICENSE.md
-
-
jquery-validation-unobtrusive
-
jquery.validate.unobtrusive.js
-
jquery.validate.unobtrusive.min.js
-
LICENSE.txt
-
-
-
-
-