8 lines
146 B
C#
8 lines
146 B
C#
namespace Shared.Dto.Api;
|
|
|
|
public class SecondPlayOptionDto
|
|
{
|
|
public long CardId { get; set; }
|
|
|
|
public long NavigatorId { get; set; }
|
|
} |