Beispiel #1
0
 public Evalucion(string idevaluacion, Persona evaluador, Documento documento)
 {
     IDEVAUACION   = idevaluacion;
     EVA_EVALUADOR = evaluador;
     EVA_DOCUMENTO = documento;
 }
Beispiel #2
0
 //Constructores
 public Evalucion()
 {
     IDEVAUACION   = "";
     EVA_EVALUADOR = new Persona();
     EVA_DOCUMENTO = new Documento();
 }