mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 17:22:21 +00:00
6 lines
127 B
C#
6 lines
127 B
C#
namespace Application.DataTransferObjects.ApiKey;
|
|
|
|
public class CreateApiKeyDto
|
|
{
|
|
public Guid AllianceId { get; set; }
|
|
} |