IGraphqlDataConverterRepositoryToProject Method

RepositoryToProject converts a single Repository to a ProjectDto object.

Definition

Namespace: spider.Converters
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
ProjectDto RepositoryToProject(
	Repository repository
)

Parameters

repository  Repository
The repository to convert

Return Value

ProjectDto
The repository in the form of ProjectDto

See Also