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

7 lines
186 B
C#

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