Files
2026-05-29 14:17:46 -04:00

7 lines
186 B
C#

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