Search Results for

    Show / Hide Table of Contents

    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.

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty