예제 #1
0
 public ValidatorTests(UpdateMaterialCommandTestFixture fixture)
 {
     Validator = new Validator();
 }
예제 #2
0
 public HandlerTests(UpdateMaterialCommandTestFixture fixture)
 {
     _context = fixture.Context;
     _handler = new Handler(fixture.Context, fixture.Mapper, fixture.AdminRequestContext);
 }