Converting Tests back to C# but still with Playwright
This commit is contained in:
@@ -4,6 +4,5 @@ namespace Model.Entity.Parts;
|
||||
|
||||
public class IEntityPartInterface
|
||||
{
|
||||
[JsonIgnore]
|
||||
public EntityModel Parent { get; set; }
|
||||
[JsonIgnore] public EntityModel Parent { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user