Skip to content

Commit 07e4017

Browse files
committed
Remove Broadcast and TeamStatisticsDetails classes
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.
1 parent 541f83d commit 07e4017

File tree

2 files changed

+0
-238
lines changed

2 files changed

+0
-238
lines changed

Nhl.Api.Domain/Models/Game/Broadcast.cs

-43
This file was deleted.

Nhl.Api.Domain/Models/Statistics/TeamStatisticsDetails.cs

-195
This file was deleted.

0 commit comments

Comments
 (0)