EnvironmentRepositoryGetCompanyAllEnvironments Method

Get all environments from a company, whether deleted or not.

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<Dictionary<Guid, EnvironmentDto>> GetCompanyAllEnvironments(
	CompanyDto company,
	CancellationToken cancellationToken
)

Parameters

company  CompanyDto
Company to get the environments from
cancellationToken  CancellationToken
Cancellation token

Return Value

TaskDictionaryGuid, EnvironmentDto
Environments belonging to the company

See Also