Skip to content

ICreateHandlerAsync<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for async create request handlers that use SaveRequest as the request type, and SaveResponse as the response type.

public interface ICreateHandlerAsync<TRow> : 
    ICreateHandlerAsync<TRow, SaveRequest<TRow>, SaveResponse>
    where TRow : class, IRow, IIdRow, new()
parameter description
TRow Row type

See Also