Database Update - ServerHardwareInfo

This commit is contained in:
2025-06-16 20:18:39 +02:00
parent 90dacceb62
commit 210952ea35
5 changed files with 385 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ public class RegistrationDto
[Required]
public string? GpuType { get; set; }
[Required]
public double RamSize { get; set; }
}
public class MetricDto