Esempio n. 1
0
 public depositorypublisher() : base()
 {
     this.bizScopeDao  = new BussinessscopeDao();
     this.depotTypeDao = new DepottypeDao();
     this.depotInfoDao = new DepotinformationDao();
     this.cityManager  = new CityManager();
     logger.Info("Constructor method done.");
 }
Esempio n. 2
0
 public DepositoryHandler()
 {
     this.depotoryDao = new DepotinformationDao();
     logger.Info("Constructor method done.");
 }