mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-06-17 19:38:54 +00:00
8 lines
276 B
C#
8 lines
276 B
C#
using Application.DataTransferObjects.MarshalGuardParticipant;
|
|
|
|
namespace Application.DataTransferObjects.MarshalGuard;
|
|
|
|
public class MarshalGuardDetailDto : MarshalGuardDto
|
|
{
|
|
public ICollection<MarshalGuardParticipantDto> MarshalGuardParticipants { get; set; } = [];
|
|
} |