public ProductMigrationService()
 {
     this.sqlCajaDeAhorroDao = new Sql.CajaDeAhorroDao();
     this.sqlRelacionCuentaPersonaDao = new Sql.RelacionCuentaPersonaDao();
     this.crmCuentaDao = new Crm.CuentaDao();
     this.crmMonedaDao = new Crm.MonedaDao();
     this.crmModuloDao = new Crm.ModuloDao();
     this.crmTipoOperacionDao = new Crm.TipoOperacionDao();
     this.crmRelacionCuentaPersonaFisicaDao = new Crm.RelacionCuentaPersonaFisicaDao();
     this.crmSucursalDao = new Crm.SucursalDao();
     this.crmCanalVentaDao = new Crm.CanalDao();
     this.crmEstadoCuentaDao = new Crm.EstadoCuentaDao();
 }
 public EntityMigrationService()
 {
     this.personaFisicaDao = new PersonaFisicaDao();
     this.personaJuridicaDao = new PersonaJuridicaDao();
     this.accountDao = new AccountDao();
     this.contactDao = new ContactDao();
     this.crmCanalDao = new CanalDao();
     this.crmPaisDao = new PaisDao();
     this.crmActividadLaboralDao = new ActividadLaboralDao();
     this.crmBancaDao = new BancaDao();
     this.crmLocalidadDao = new LocalidadDao();
     this.crmSucursalDao = new SucursalDao();
     this.crmSegmentoDao = new SegmentoDao();
     this.crmProvinciaDao = new ProvinciaDao();
     this.crmProfesionDao = new ProfesionDao();
 }