Beispiel #1
0
 public void Init()
 {
     _testRepo = new TractorRepository();
     _testRepo.SetupRepo();
 }
Beispiel #2
0
 public TractorManager()
 {
     _myRepo = new TractorRepository();
     //_myRepo.SetupRepo();
     _myRepo.SetupFileRepo(); // removed test data setup, will run from file
 }