forked from amkovkov/GranuSightSoftware2
refactor: hardware services
This commit is contained in:
@@ -34,6 +34,8 @@ public class ComputeResourcesService
|
||||
public ComputeResourcesService(ILogger<ComputeResourcesService> logger)
|
||||
{
|
||||
_logger = logger;
|
||||
_logger.LogInformation("Initialization");
|
||||
_logger.LogInformation("Initialized");
|
||||
}
|
||||
|
||||
public ComputeResourcesSnapshot GetSnapshot()
|
||||
|
||||
Reference in New Issue
Block a user