Example #1
0
 //DELETE PROVEEDORES
 public static bool deleteProveedor(int idproveedor)
 {
     return(ProveedorDAL.deleteProveedor(idproveedor));
 }