public LocationRepositoryTest()
 {
     _locationRepositoryTestHelper = new LocationRepositoryTestHelper();
     _locationTestHelper           = new LocationTestHelper();
 }
Example #2
0
 public LocationRepositoryTest()
 {
     _repoHelper   = new LocationRepositoryTestHelper();
     _entityHelper = new LocationEntityTestHelper();
 }