Adding Parent Connection for Parts

This commit is contained in:
Jonathan
2025-04-27 20:05:18 -04:00
parent cacbe6979e
commit 25776b3b00
3 changed files with 11 additions and 1 deletions
@@ -2,4 +2,5 @@
public class IEntityPartInterface
{
public EntityModel Parent { get; set; }
}