Example #1
0
 public MaterialsXmlImporter()
 {
     this.materialsDb = new SqlLocalRepository <Material>();
 }
 public ProductionDetailsXmlImporter()
 {
     this.materialQuantityDb = new SqlLocalRepository <ProductsMaterialsQuantity>();
 }
 public ProductionDetailsXmlImporter()
 {
     this.materialQuantityDb = new SqlLocalRepository<ProductsMaterialsQuantity>();
 }
 public MaterialsXmlImporter()
 {
     this.materialsDb = new SqlLocalRepository<Material>();
 }