initial commit
This commit is contained in:
8
Dto/DeploymentGroup/Get/GetDeploymentGroupDto.cs
Normal file
8
Dto/DeploymentGroup/Get/GetDeploymentGroupDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Microsoft.SelfService.Portal.Core.API.Dto.DeploymentGroup.Get
|
||||
{
|
||||
public class GetDeploymentGroupDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user