예제 #1
0
 public INakedObject CreateTransientTestObject() {
     var pojo = new TestPojo();
     return CreateTransientTestObject(pojo);
 }
예제 #2
0
 public INakedObject CreatePersistentTestObject() {
     var pojo = new TestPojo();
     return CreatePersistentTestObject(pojo);
 }