7 lines
199 B
C#
7 lines
199 B
C#
namespace Model.Entity.Parts;
|
|
|
|
public class EntityStrategyModel : IEntityPartInterface
|
|
{
|
|
public string Type { get; set; } = "EntityStrategyModel";
|
|
public string Notes { get; set; } = "";
|
|
} |