Skip to content

Commit

Permalink
Remove Broadcast and TeamStatisticsDetails classes
Browse files Browse the repository at this point in the history
The `Broadcast.cs` and `TeamStatisticsDetails.cs` files have been completely removed. The `Broadcast` class included properties such as `Id`, `Name`, `Type`, `Site`, and `Language`, all annotated with `JsonProperty` attributes for JSON serialization. The `TeamStatisticsDetails` class contained numerous properties related to NHL team statistics, such as `GamesPlayed`, `Wins`, `Losses`, `Points`, `GoalsPerGame`, and others, also annotated with `JsonProperty` attributes.
  • Loading branch information
Afischbacher committed Mar 8, 2025
1 parent 541f83d commit 07e4017
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 238 deletions.
43 changes: 0 additions & 43 deletions Nhl.Api.Domain/Models/Game/Broadcast.cs

This file was deleted.

195 changes: 0 additions & 195 deletions Nhl.Api.Domain/Models/Statistics/TeamStatisticsDetails.cs

This file was deleted.

0 comments on commit 07e4017

Please sign in to comment.