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

7 lines
199 B
C#

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