revamping domain
This commit is contained in:
11
Shogi.Sockets/Repositories/Dto/SessionDto.cs
Normal file
11
Shogi.Sockets/Repositories/Dto/SessionDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Shogi.Api.Repositories.Dto
|
||||
{
|
||||
public class SessionDto
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Player1 { get; set; }
|
||||
public string Player2 { get; set; }
|
||||
public bool GameOver { get; set; }
|
||||
public string BoardState { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user