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