mirror of https://github.com/ErsatzTV/ErsatzTV.git
2 changed files with 9 additions and 2 deletions
@ -1,4 +1,11 @@ |
|||||||
namespace ErsatzTV.Application.Television |
namespace ErsatzTV.Application.Television |
||||||
{ |
{ |
||||||
public record TelevisionSeasonViewModel(int Id, int ShowId, string Title, string Year, string Name, string Poster, string FanArt); |
public record TelevisionSeasonViewModel( |
||||||
|
int Id, |
||||||
|
int ShowId, |
||||||
|
string Title, |
||||||
|
string Year, |
||||||
|
string Name, |
||||||
|
string Poster, |
||||||
|
string FanArt); |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue