コード例 #1
0
 public ProductBusinessLogic()
 {
     _productDataAccessLayer = new ProductDataAccessLayer();
     importDataAccessLayer   = new ImportDataAccessLayer();
     imageDataAccessLayer    = new ImageDataAccessLayer();
 }
コード例 #2
0
 public ImportBusinessLogic()
 {
     _importDataAccessLayer = new ImportDataAccessLayer();
 }