Exemplo 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.");
 }
Exemplo n.º 2
0
 public DepositoryHandler()
 {
     this.depotoryDao = new DepotinformationDao();
     logger.Info("Constructor method done.");
 }