Table of Contents

Class GetProjectResponse

Namespace
Ando.Server.Contracts.Projects
Assembly
Ando.Server.dll

Response containing project details.

public record GetProjectResponse : IEquatable<GetProjectResponse>
Inheritance
GetProjectResponse
Implements
Inherited Members

Constructors

GetProjectResponse(ProjectDetailsDto)

Response containing project details.

public GetProjectResponse(ProjectDetailsDto Project)

Parameters

Project ProjectDetailsDto

Full project details.

Properties

Project

Full project details.

public ProjectDetailsDto Project { get; init; }

Property Value

ProjectDetailsDto