Exemplo n.º 1
0
 public static void ReadPersistableInto(this IPersistableReader self, IPersistable persistable)
 {
     persistable.Recover(self);
 }