Interface IReducerFor<TReadModel>
Defines a reducer for a specific model.
public interface IReducerFor<TReadModel> : IReducer where TReadModel : class
Type Parameters
TReadModelType of read model the reducer is for.
Defines a reducer for a specific model.
public interface IReducerFor<TReadModel> : IReducer where TReadModel : class
TReadModelType of read model the reducer is for.