Beispiel #1
0
 protected Bindable(Guid identity)
 {
     Identity        = identity;
     PropertyHistory = new PropertyHistory();
     State           = State.Unchanged;
 }
Beispiel #2
0
 protected Concept(Guid identity)
 {
     PropertyHistory = new PropertyHistory();
     State           = State.Unchanged;
     Identity        = identity;
 }