IRequestHandler<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Marker interface for request handlers that operate on a specific entity type.

public interface IRequestHandler<TRow> : IRequestHandler
parameter description
TRow The entity type

See Also