| 12345678910111213 |
- using BO.ProcessServer.Business.StatisticCounters;
- using BO.ProcessServer.Options;
- namespace BO.ProcessServer.Business.Workers.Contexts
- {
- internal class CfgCtx : BaseCtx
- {
- public CfgCtx(Configuration configuration, Statistics statistics, Pool pool) : base(configuration, statistics, pool)
- {
- }
- }
- }
|