public Proyecto() { this.jefeProyecto = new JefeProyecto(); //this.listaDetalleEntrega = new List<DetalleEntrega>(); //this.listaOperario = new List<Operario>(); //this.listaSolicitudRetiro = new List<SolicitudRetiro>(); this.eru = new ERU(); }
public AlineamientoObjetivo(bool estadoProyecto, TipoEstadoMeta estadometa, string formaMedir, DateTime fechaPlazo) { this.estadoMeta = estadometa; this.estadoProyecto = estadoProyecto; this.formaMedir = formaMedir; this.fechaPlazo = fechaPlazo; this.objetivo = new Objetivo(); this.eru = new ERU(); }
public Estimacion(int idEstimacion, string descripcion, DateTime fechaEstimacion, double total) { this.eru = new ERU(); this.evaluacion = new Evaluacion(); this.experto = new Experto(); this.evaluacion = new Evaluacion(); this.solicitudCambio = new SolicitudCambio(); this.listaLineaEstimacion = new List <LineaEstimacion>(); this.idEstimacion = idEstimacion; this.descripcion = descripcion; this.fechaEstimacion = fechaEstimacion; this.total = total; }
public AlineamientoObjetivo() { this.objetivo = new Objetivo(); this.eru = new ERU(); }
public Requerimiento() { this.eru = new ERU(); //this.estimacion = new Estimacion(); }