Inheritance: DomainEntity
Exemplo n.º 1
0
 public UnitTypeModel()
 {
     _unitType = new UnitType();
 }
Exemplo n.º 2
0
 public UnitTypeModel(UnitType unitType)
 {
     _unitType = unitType;
 }
Exemplo n.º 3
0
 public UnitTypeChangedEvent(UnitType type)
 {
     UnitType = type;
 }