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