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