Example #1
0
 public ReportesCEN(IReportesCAD _IReportesCAD)
 {
     this._IReportesCAD = _IReportesCAD;
 }
Example #2
0
 public ReportesCEN()
 {
     this._IReportesCAD = new ReportesCAD ();
 }