ICreateHandler<TRow> interface
namespace: Serenity.Services assembly: Serenity.Net.Services
public interface ICreateHandler<TRow> : ICreateHandler<TRow, SaveRequest<TRow>, SaveResponse>
where TRow : class, IRow, IIdRow, new()
See Also
- interface ICreateHandler<TRow,TSaveRequest,TSaveResponse>
- class TRow
- class SaveRequest<TEntity>
- class SaveResponse
- interface IRow
- interface IIdRow
- Source: ICreateHandler.cs