Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Model.Entity.Parts;
|
||||
|
||||
public class EntityIdPassiveModel : IEntityPartInterface
|
||||
{
|
||||
public string Type { get; set; } = "EntityIdPassiveModel";
|
||||
public string Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user