namespace Shared.Dto.Api;
public class ClientCardDto
{
public long CardId { get; set; }
public string PlayerName { get; set; } = string.Empty;
}