Show elements in registry

This commit is contained in:
2025-11-04 12:18:42 +09:00
parent 2893cda947
commit 9cf89a5ad6
3 changed files with 27 additions and 16 deletions

View File

@ -16,6 +16,6 @@
public virtual Operation LastSyncOperation { get; set; }
public virtual ICollection<RegistryElement> Elements { get; set; } = [];
public virtual ICollection<RegistryElement>? Elements { get; set; } = null;
}
}