Example #1
0
 public DiagnosticoCEN(IDiagnosticoCAD _IDiagnosticoCAD)
 {
     this._IDiagnosticoCAD = _IDiagnosticoCAD;
 }
Example #2
0
 public DiagnosticoCEN()
 {
     this._IDiagnosticoCAD = new DiagnosticoCAD();
 }