Add AutoMapper
This commit is contained in:
11
LaDOSE.Src/LaDOSE.DTO/GameDTO.cs
Normal file
11
LaDOSE.Src/LaDOSE.DTO/GameDTO.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class GameDTO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
public string WordPressTag { get; set; }
|
||||
public string WordPressTagOs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user