mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +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; } = [];
|
|
} |