示例#1
0
 public DigitalSimulationsController(
     ILogger <DigitalSimulationsController> logger,
     IAIOTCloudContext context
     )
 {
     _logger  = logger;
     _context = context;
 }
示例#2
0
 public SensorService
 (
     IAIOTCloudContext context,
     IServerAddressesFeature serverAddresses,
     IAuthenticationService authenticationService,
     ILogger <SensorService> logger,
     IMapper mapper
 )
 {
     _logger                = logger;
     _context               = context;
     _serverAddresses       = serverAddresses;
     _authenticationService = authenticationService;
     _mapper                = mapper;
 }
 public ResourceOwnerPasswordValidator(IAIOTCloudContext context)
 {
     _context = context;
 }