Test WPF Desktop App with Caliburn And RestSharp
This commit is contained in:
9
LaDOSE.Src/LaDOSE.DTO/Game.cs
Normal file
9
LaDOSE.Src/LaDOSE.DTO/Game.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class Game
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user