3 lines
116 B
C#
3 lines
116 B
C#
namespace SharedProject.models;
|
|
|
|
public record UserDetail(long CardId, string PlayerName, PlayOption PlayOption); |