Exemplo n.º 1
0
 public TestProxySpecification(Type type) : this(type.FullName) {
     persistable = Persistable.USER_PERSISTABLE;
 }
Exemplo n.º 2
0
 public void SetupPersistable(Persistable persistable) {
     this.persistable = persistable;
 }