Beispiel #1
0
 public EntityUpdater(Client client)
 {
     this.client   = client;
     this.unpacker = new PropertyValueUnpacker();
 }
Beispiel #2
0
 public EntityUpdater(Client client) {
     this.client = client;
     this.unpacker = new PropertyValueUnpacker();
 }