public Estimacion() { //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>(); }
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; }