public LocationRepositoryTest()
 {
     _locationRepositoryTestHelper = new LocationRepositoryTestHelper();
     _locationTestHelper           = new LocationTestHelper();
 }
Exemplo n.º 2
0
 public LocationRepositoryTest()
 {
     _repoHelper   = new LocationRepositoryTestHelper();
     _entityHelper = new LocationEntityTestHelper();
 }