Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Backend.Contracts;
|
||||
|
||||
public sealed record WinnerArchiveItemDto(
|
||||
string Category,
|
||||
string WinnerName,
|
||||
string WinnerSlug,
|
||||
string WinnerPlatform,
|
||||
string WinnerUrl);
|
||||
|
||||
public sealed record WinnerArchiveResponse(
|
||||
int Year,
|
||||
IEnumerable<WinnerArchiveItemDto> Items);
|
||||
Reference in New Issue
Block a user