Beispiel #1
0
 public AdminCommandsHandler(WebTestFixture testFixture)
 {
     _testFixture = testFixture;
 }
 public UserCommandsHandler(WebTestFixture testFixture)
 {
     _testFixture = testFixture;
 }