Interface IDataBehavior<TEntity>
Generic application service contract for data behaviors.
Namespace: Kephas.Data.Behaviors
Assembly: Kephas.Data.dll
Syntax
[SingletonAppServiceContract(ContractType = typeof(IDataBehavior), AllowMultiple = true)]
public interface IDataBehavior<TEntity> : IDataBehavior
Type Parameters
Name | Description |
---|---|
TEntity | Type of the entity. |