Exemplo n.º 1
0
 public HandlerTests(UserQueryTestFixture fixture)
 {
     _handler = new Handler(fixture.Context, fixture.Mapper);
 }
Exemplo n.º 2
0
 public HandlerTests(UserQueryTestFixture fixture)
 {
     _handler = new Handler(fixture.Context, fixture.Mapper, fixture.AdminRequestContext);
 }