Files
IGP-Fan-Reference/Model/Entity/Parts/EntityStrategyModel.cs
T

7 lines
199 B
C#

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