Example #1
0
 public void Delete(Factura factura)
 {
     crudFactura.Delete(factura);
 }