Files
Microsoft.SelfService.Porta…/Dto/DeploymentGroup/Get/GetDeploymentGroupDto.cs
2026-04-15 15:02:32 +02:00

9 lines
210 B
C#

namespace Microsoft.SelfService.Portal.Core.API.Dto.DeploymentGroup.Get
{
public class GetDeploymentGroupDto
{
public Guid Id { get; set; }
public string Status { get; set; }
}
}