Table of Contents

Interface IOperation<TRequest>

Namespace
Olve.Operations
Assembly
Olve.Operations.dll

Represents an operation that can be executed.

public interface IOperation<in TRequest>

Type Parameters

TRequest

The type of the input to the operation.

Methods

Execute(TRequest)

Executes the operation.

Result Execute(TRequest request)

Parameters

request TRequest

The input to the operation.

Returns

Result