コード例 #1
0
 public static bool ActualizarProducto(ProductoDTO prod, int accion)
 {
     return(ProductoData.ActualizarProducto(prod, accion));
 }