示例#1
0
 public void SetUp()
 {
     DataMother.RestoreStructureMapConfig();
     ObjectFactory.Initialize(x => x.UseDefaultStructureMapConfigFile = true);
 }
 public void TearDown()
 {
     DataMother.RestoreStructureMapConfig();
 }
 public void SetUp()
 {
     DataMother.RestoreStructureMapConfig();
 }