Beispiel #1
0
 public DocumentsTable(ProductsTable productsTable, ITestMocks mocks)
 {
     _productsTable     = productsTable;
     _mocks             = mocks;
     SalesOrderEntities = new List <int>();
 }
Beispiel #2
0
 public DiscountStructureTable(ProductsTable productsTable)
 {
     _productsTable     = productsTable;
     _discountStructure = new List <BundleInfo>();
 }