ICreateHandler<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for create request handlers

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

See Also