Ejemplo n.º 1
0
 public DevicesController(DeviceRegistryService deviceRegistryService)
 {
     _deviceRegistryService = deviceRegistryService ?? throw new ArgumentNullException(nameof(deviceRegistryService));
 }