12 lines
323 B
C#
12 lines
323 B
C#
using Microsoft.SelfService.Portal.Core.API.Dto.Environment.Get;
|
|
using Microsoft.SelfService.Portal.Core.API.Models;
|
|
|
|
namespace Microsoft.SelfService.Portal.Core.API.Dto.Domain.Get
|
|
{
|
|
public class GetDomainEnvironmentDetailsDto
|
|
{
|
|
public GetEnvironmentDetailsDto Environment { get; set; }
|
|
|
|
}
|
|
}
|