11 lines
247 B
C#
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; }
|
|
}
|
|
}
|