BlueCollar.Dashboard.DashboardStatsHandler.DashboardStatsHandler C# (CSharp) Метод

DashboardStatsHandler() публичный Метод

Initializes a new instance of the DashboardStatsHandler class.
public DashboardStatsHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
Результат System
        public DashboardStatsHandler(IRepositoryFactory repositoryFactory)
            : base(repositoryFactory)
        {
        }