mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 09:06:33 +00:00
switch to hardware string from object
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
namespace Azaion.Common.Entities;
|
||||
|
||||
public class HardwareInfo
|
||||
{
|
||||
public string CPU { get; set; } = null!;
|
||||
public string GPU { get; set; } = null!;
|
||||
public string MacAddress { get; set; } = null!;
|
||||
public string Memory { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user