public ProductBusinessLogic()
 {
     _productDataAccessLayer = new ProductDataAccessLayer();
     importDataAccessLayer   = new ImportDataAccessLayer();
     imageDataAccessLayer    = new ImageDataAccessLayer();
 }
Exemplo n.º 2
0
 public ImportBusinessLogic()
 {
     _importDataAccessLayer = new ImportDataAccessLayer();
 }