コード例 #1
0
 public SensorApplicationService(ISensorClient sensorClient, IGatewayClient gatewayClient, IMapper mapper, INetworkLocationClient networkLocationClient)
 {
     _sensorClient          = sensorClient;
     _gatewayClient         = gatewayClient;
     _mapper                = mapper;
     _networkLocationClient = networkLocationClient;
 }
コード例 #2
0
 public NetworkApplicationService(INetworkClient networkClient, IMapper mapper, INetworkLocationClient networkLocationClient)
 {
     _networkClient         = networkClient;
     _networkLocationClient = networkLocationClient;
     _mapper = mapper;
 }