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