BlueCollar.Dashboard.HistoryListHandler.HistoryListHandler C# (CSharp) Method

HistoryListHandler() public method

Initializes a new instance of the HistoryListHandler class.
public HistoryListHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
return System
        public HistoryListHandler(IRepositoryFactory repositoryFactory)
            : base(repositoryFactory)
        {
        }