Beispiel #1
0
 public void SetOwnership(uint id)
 {
     this.info = new OwnershipInfo(id);
 }
Beispiel #2
0
 public Ownership(uint id)
 {
     this.info = new OwnershipInfo(id);
 }