Ejemplo n.º 1
0
 public ReporteContenidoCEN(IReporteContenidoCAD _IReporteContenidoCAD)
 {
     this._IReporteContenidoCAD = _IReporteContenidoCAD;
 }
Ejemplo n.º 2
0
 public ReporteContenidoCEN()
 {
     this._IReporteContenidoCAD = new ReporteContenidoCAD();
 }