9 lines
210 B
C#
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; }
|
|
}
|
|
}
|