Example #1
0
 public void Destroy(int id_reporte
                     )
 {
     _IReporteCAD.Destroy(id_reporte);
 }
Example #2
0
 public void Destroy(int ID
                     )
 {
     _IReporteCAD.Destroy(ID);
 }