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

WorkingListHandler() public method

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