Inheritance: DomainEntity
Example #1
0
 public UnitTypeModel()
 {
     _unitType = new UnitType();
 }
Example #2
0
 public UnitTypeModel(UnitType unitType)
 {
     _unitType = unitType;
 }
Example #3
0
 public UnitTypeChangedEvent(UnitType type)
 {
     UnitType = type;
 }