RocketAPI-main
.github
workflows
deploy-resources.yml
2KB
app-service-template.json
8KB
Tests
API.RocketStats.UnitTests
API.RocketStats.UnitTests.csproj
1KB
AutoMapperUnitTests.cs
469B
MatchControllerUnitTests.cs
4KB
PlayerControllerUnitTests.cs
6KB
API.RocketStats
Security
HasScopeRequirement.cs
493B
HasScopeHandler.cs
1019B
SwaggerConfig.cs
174B
RegisterServicesExtensions.cs
1KB
appsettings.Development.json
159B
Program.cs
832B
Controllers
ExceptionController.cs
651B
PlayerMatchController.cs
3KB
PlayerMatchStatisticsController.cs
1KB
MatchController.cs
1KB
PlayerController.cs
2KB
libman.json
71B
Dtos
Response
BaseResponseDto.cs
214B
PlayerMatchStatisticResponseDto.cs
346B
PlayerResponseDto.cs
354B
PlayerMatchResponseDto.cs
462B
MatchResponseDto.cs
292B
Request
PlayerRequestDto.cs
385B
PlayerMatchStatisticRequestDto.cs
355B
PlayerMatchRequestDto.cs
545B
MatchRequestDto.cs
281B
wwwroot
index.html
173B
StartUp
Startup.cs
3KB
SwaggerConfiguration.cs
3KB
ExceptionHandler.cs
2KB
API.RocketStats.csproj
1KB
Properties
launchSettings.json
548B
AutoMapper
ProfileSetup.cs
2KB
AutoMapperConfiguration.cs
544B
appsettings.json
502B
README.md
11B
Services.RocketStats
Services.RocketStats.csproj
407B
Services
IPlayerMatchStatisticService.cs
258B
IMatchService.cs
276B
IPlayerService.cs
421B
PlayerService.cs
2KB
IPlayerMatchService.cs
525B
MatchService.cs
1KB
PlayerMatchService.cs
2KB
PlayerMatchStatisticService.cs
982B
Models
BaseModel.cs
206B
MatchModel.cs
242B
PlayerMatchModel.cs
448B
PlayerMatchStatisticModel.cs
296B
PlayerModel.cs
340B
API.RocketStats.sln
3KB
.gitignore
6KB
SQL
Create Tables.sql
3KB
Data.RocketStats
Entities
BaseEntity.cs
544B
PlayerEntity.cs
340B
PlayerMatchStatisticEntity.cs
296B
PlayerStatisticEntity.cs
413B
MatchEntity.cs
240B
PlayerMatchEntity.cs
448B
Repos
PlayerMatchRepository.cs
2KB
MatchRepository.cs
797B
IPlayerRepository.cs
423B
IMatchRepository.cs
269B
IPlayerMatchStatisticsRepository.cs
256B
IPlayerMatchRepository.cs
528B
PlayerMatchStatisticRepository.cs
680B
PlayerRepository.cs
1KB
DataServiceConfiguration.cs
542B
RocketStatsDbContext.cs
2KB
Data.RocketStats.csproj
641B
暂无评论