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