Files
IGP-Fan-Reference/Model/Entity/Parts/EntityIdPassiveModel.cs

7 lines
192 B
C#

namespace Model.Entity.Parts;
public class EntityIdPassiveModel : IEntityPartInterface
{
public string Type { get; set; } = "EntityIdPassiveModel";
public string Id { get; set; }
}