Exemplo n.º 1
0
 public AdminCommandsHandler(WebTestFixture testFixture)
 {
     _testFixture = testFixture;
 }
Exemplo n.º 2
0
 public UserCommandsHandler(WebTestFixture testFixture)
 {
     _testFixture = testFixture;
 }