Beispiel #1
0
 public ThingAmendment(LawThing _thing, int id, AmendType type)
 {
     AmendsAct = _thing?.Law;
     GroupId   = id;
     Type      = type;
 }
Beispiel #2
0
 public ThingSubstitution(LawThing _thing, int id) : base(_thing, id, AmendType.Substitute)
 {
     New = _thing;
 }