Esempio n. 1
0
 public SimpleHttpHttpTransfer(IDeviceNetworkStatus networkInformation)
 {
     _networkInformation = networkInformation;
 }
Esempio n. 2
0
 public SimpleHttpHttpTransfer(IDeviceNetworkStatus networkInformation)
 {
     _networkInformation = networkInformation;
 }
Esempio n. 3
0
 public XFlow(IDeviceNetworkStatus networkStatus, IEntitySerialiser entitySerialiser, ILocalStorage localStorage)
 {
     _networkStatus    = networkStatus;
     _entitySerialiser = entitySerialiser;
     _localStorage     = localStorage;
 }
        public TransferConfigService(IConfigService config, IDeviceNetworkStatus deviceNetworkStatus)
        {
            _config = config;

            _deviceNetworkStatus = deviceNetworkStatus;
        }
Esempio n. 5
0
 public TransferConfigService(ITokenGetService tokenGetService, IDeviceNetworkStatus deviceNetworkStatus)
 {
     _tokenGetService = tokenGetService;
     _deviceNetworkStatus = deviceNetworkStatus;
 }
Esempio n. 6
0
 public XWorkflowHub(IDeviceNetworkStatus networkStatus, IEntitySerialiser entitySerialiser, ILocalStorage localStorage)
 {
     _networkStatus = networkStatus;
     _entitySerialiser = entitySerialiser;
     _localStorage = localStorage;
 }