private StandardConfiguration()
 {
     _domainObjectIDs = new DomainObjectIDs(GetMappingConfiguration());
 }
예제 #2
0
 public TestDataContainerObjectMother()
 {
     _domainObjectIDs = StandardConfiguration.Instance.GetDomainObjectIDs();
 }