Example #1
0
 public ClientsHub(
     Log.Delegate log,
     IGeoLocationService geoLocationService,
     IAddClientService addClientService,
     IRemoveClientService removeClientService,
     IClientStatusService clientStatusService)
 {
     _log = log;
     _geoLocationService  = geoLocationService;
     _addClientService    = addClientService;
     _removeClientService = removeClientService;
     _clientStatusService = clientStatusService;
 }
Example #2
0
 public ClientsHub(
     Log.Delegate log,
     IGeoLocationService geoLocationService,
     IAddClientService addClientService,
     IRemoveClientService removeClientService,
     IClientStatusService clientStatusService)
 {
     _log = log;
     _geoLocationService = geoLocationService;
     _addClientService = addClientService;
     _removeClientService = removeClientService;
     _clientStatusService = clientStatusService;
 }