fix hardware service

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-02 13:25:33 +03:00
parent 7842fe1067
commit 472ed6533e
15 changed files with 118 additions and 142 deletions
-16
View File
@@ -1,16 +0,0 @@
using Azaion.Common.Services;
using Azaion.CommonSecurity.Services;
using Xunit;
namespace Azaion.Annotator.Test;
public class HardwareServiceTest
{
[Fact]
public void GetHardware_Test()
{
var hardwareService = new HardwareService();
var hw = hardwareService.GetHardware();
Console.WriteLine(hw);
}
}