9 lines
206 B
C#
9 lines
206 B
C#
namespace Microsoft.SelfService.Portal.Core.API.Dto
|
|
{
|
|
public class AddEnvironmentDomainDto
|
|
{
|
|
public Guid EnvironmentId { get; set; }
|
|
public Guid DomainId { get; set; }
|
|
}
|
|
}
|