public DeleteTestHandler(ITestStore testStore)
 {
     this._testStore = testStore;
 }
Beispiel #2
0
 public UpdateTestHandler(ITestStore testStore)
 {
     this._testStore = testStore;
 }
Beispiel #3
0
 public TestController(ITestStore store)
 {
     _store = store;
 }