Пример #1
0
 public TestProxySpecification(Type type) : this(type.FullName) {
     persistable = Persistable.USER_PERSISTABLE;
 }
Пример #2
0
 public void SetupPersistable(Persistable persistable) {
     this.persistable = persistable;
 }