ClientMock<T>.

Post<T>(T) Method

Syntax

public virtual Task<T> Post<T>(T entity) where T : Dto

Type Parameters

Name Description
T

Parameters

Name Type Description
entity T

Return Value

Type Description
Task<T>