Interface IDataCommandFactory<TCommand>
Singleton application service contract for data command factory.
Inherited Members
Namespace: Kephas.Data.Commands.Factory
Assembly: Kephas.Data.dll
Syntax
[SingletonAppServiceContract(AsOpenGeneric = true)]
public interface IDataCommandFactory<out TCommand> : IDataCommandFactory where TCommand : IDataCommand
Type Parameters
Name | Description |
---|---|
TCommand | Type of the command. |