Esempio n. 1
0
 public ProductFixture() : base()
 {
     this.ProductsToDelete   = new List <Product>();
     this.productTypeFixture = new ProductTypeFixture();
     this.CategoryFixture    = new CategoryFixture();
     this.taxCategoryFixture = new TaxCategoryFixture();
 }
 public ProductTypeIntegrationTests(ServiceProviderFixture serviceProviderFixture)
 {
     this.productTypeFixture = new ProductTypeFixture(serviceProviderFixture);
 }