Files
2026-04-15 15:02:32 +02:00

11 lines
247 B
C#

using Microsoft.SelfService.Portal.Core.API.Dto.Deployment.Get;
namespace Microsoft.SelfService.Portal.Core.API.Dto.Deployment.Get
{
public class GetDeploymentDto : BaseDto
{
public string Status { get; set; }
}
}