예제 #1
0
 public async Task RegisterDevices(IEnumerable <Device> devices)
 {
     _logger.LogInformation("Registering devices to the storage...");
     await _storage.AddDevices(devices);
 }