private StandardConfiguration()
 {
     _domainObjectIDs = new DomainObjectIDs(GetMappingConfiguration());
 }
Ejemplo n.º 2
0
 public TestDataContainerObjectMother()
 {
     _domainObjectIDs = StandardConfiguration.Instance.GetDomainObjectIDs();
 }