yep
This commit is contained in:
@@ -5,6 +5,6 @@ namespace Shogi.Api.Repositories.Dto;
|
||||
/// <summary>
|
||||
/// Useful with Dapper to read from database.
|
||||
/// </summary>
|
||||
public readonly record struct MoveDto(string From, string To, bool IsPromotion, WhichPiece? PieceFromHand)
|
||||
public readonly record struct MoveDto(string? From, string To, bool? IsPromotion, WhichPiece? PieceFromHand)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user