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