Пример #1
0
 public CustomerDetailsTests(CustomerFixture customerFixture)
 {
     _customerFixture = customerFixture;
 }
Пример #2
0
 public CustomerTests(CustomerFixture customerFixture)
 {
     _customerFixture = customerFixture;
 }