ClientMock<T>.

Get<T>(Guid) Method

Syntax

public virtual Task<T> Get<T>(Guid id) where T : Dto

Type Parameters

Name Description
T

Parameters

Name Type Description
id Guid

Return Value

Type Description
Task<T>