Rename folder from Shogi.Sockets to Shogi.Api
This commit is contained in:
11
Shogi.Api/Repositories/CouchModels/Piece.cs
Normal file
11
Shogi.Api/Repositories/CouchModels/Piece.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Shogi.Domain;
|
||||
|
||||
namespace Shogi.Api.Repositories.CouchModels
|
||||
{
|
||||
public class Piece
|
||||
{
|
||||
public bool IsPromoted { get; set; }
|
||||
public WhichPlayer Owner { get; set; }
|
||||
public WhichPiece WhichPiece { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user