public AddItemOrderCommandHandlerTests(OrderTestsFixture fixture)
 {
     Fixture = fixture;
 }
 public RemoveAllOrderCommandHandlerTests(OrderTestsFixture fixture)
 {
     Fixture = fixture;
 }
Пример #3
0
 public CheckoutOrderCommandHandlerTests(OrderTestsFixture fixture)
 {
     Fixture = fixture;
 }