Exemple #1
0
 public ConfigService(IConfigRepository _Repository, IPointDefineService _PointDefineService, IPersonPointDefineService _PersonPointDefineService,
                      INetworkModuleService _NetworkModuleService, IConfigCacheService _ConfigCacheService)
 {
     this._Repository               = _Repository;
     this._PointDefineService       = _PointDefineService;
     this._PersonPointDefineService = _PersonPointDefineService;
     this._NetworkModuleService     = _NetworkModuleService;
     this._ConfigCacheService       = _ConfigCacheService;
 }
Exemple #2
0
 public BroadCastPointDefineService(IB_DefRepository _Bepository,
                                    IB_DefCacheService _B_DefCacheService,
                                    IAreaCacheService _AreaCacheService,
                                    IAreaRepository _AreaRepository,
                                    IPositionCacheService _PositionCacheService,
                                    IPositionService _PositionService,
                                    IConfigCacheService _ConfigCacheService,
                                    IConfigRepository _ConfigRepository,
                                    IDeviceDefineCacheService DevCacheService)
 {
     this._repository           = _Bepository;
     this._b_DefCacheService    = _B_DefCacheService;
     this._areaCacheService     = _AreaCacheService;
     this._areaRepository       = _AreaRepository;
     this._positionCacheService = _PositionCacheService;
     this._positionService      = _PositionService;
     this._configCacheService   = _ConfigCacheService;
     this._configRepository     = _ConfigRepository;
     this._devCacheService      = DevCacheService;
 }