Refactor code structure for improved readability and maintainability
This commit is contained in:
8
Dto/Deployment/Add/QueueJobStepApprovalDto.cs
Normal file
8
Dto/Deployment/Add/QueueJobStepApprovalDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Microsoft.SelfService.Portal.Core.API.Dto.Deployment.Add
|
||||
{
|
||||
public class QueueJobStepApprovalDto
|
||||
{
|
||||
public string? Comment { get; set; }
|
||||
public string? ApprovedBy { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user