Interface IVenflowCommand<TEntity>
The base command for all other CRUD commands.
Namespace: Venflow.Commands
Assembly: Venflow.dll
Syntax
public interface IVenflowCommand<TEntity> : IAsyncDisposable where TEntity : class, new()
Type Parameters
Name | Description |
---|---|
TEntity | The type of the entity which is being used in the current operation. |