Пример #1
0
 public Evidencia(int idEvidencia, string titulo, DateTime fechaIngreso, char tipo)
 {
     this.idEvidencia  = idEvidencia;
     this.titulo       = titulo;
     this.fechaIngreso = fechaIngreso;
     this.tipo         = tipo;
     this.subCriterio  = new SubCriterio();
 }
Пример #2
0
 public Evidencia()
 {
     this.subCriterio = new SubCriterio();
 }