Files
Conversion-Test/blazor/Model/Entity/Parts/EntityIdAbilityModel.cs
T
2026-05-29 14:17:46 -04:00

7 lines
192 B
C#

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