9 lines
217 B
C#
9 lines
217 B
C#
namespace Microsoft.SelfService.Portal.Core.API.Dto.Deployment.Add
|
|
{
|
|
public class QueueJobStepApprovalDto
|
|
{
|
|
public string? Comment { get; set; }
|
|
public string? ApprovedBy { get; set; }
|
|
}
|
|
}
|