D3 Importer

This commit is contained in:
Michał Zieliński
2025-07-26 11:11:24 +02:00
parent 9ddfbd83a2
commit ed680267a2
11 changed files with 1164 additions and 123 deletions

View File

@@ -41,6 +41,5 @@ public class Layer
public Guid ModifiedById { get; set; }
public User? ModifiedBy { get; init; }
public Guid? ParentId { get; init; }
public Layer? Parent { get; init; }
#endregion
}