public ShippingMethodsFixture(ServiceProviderFixture serviceProviderFixture) : base(serviceProviderFixture)
 {
     this.ShippingMethodsToDelete = new List <ShippingMethod>();
     this.taxCategoryFixture      = new TaxCategoryFixture(serviceProviderFixture);
     this.zonesFixture            = new ZonesFixture(serviceProviderFixture);
 }
Ejemplo n.º 2
0
 public ShippingMethodsFixture() : base()
 {
     this.ShippingMethodsToDelete = new List <ShippingMethod>();
     this.taxCategoryFixture      = new TaxCategoryFixture();
     this.zonesFixture            = new ZonesFixture();
 }