Interface IOperation<TRequest>
- Namespace
- Olve.Operations
- Assembly
- Olve.Operations.dll
Represents an operation that can be executed.
public interface IOperation<in TRequest>
Type Parameters
TRequestThe type of the input to the operation.
Methods
Execute(TRequest)
Executes the operation.
Result Execute(TRequest request)
Parameters
requestTRequestThe input to the operation.