Add game header (#5)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
7
src/GameIdeas/GameIdeas.Shared/Dto/GameDto.cs
Normal file
7
src/GameIdeas/GameIdeas.Shared/Dto/GameDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace GameIdeas.Shared.Dto;
|
||||
|
||||
public class GameDto
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public string? ReleaseDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user