Exemplo n.º 1
0
 public static bool CrearProductoNegocio(ProductoDTO producto)
 {
     return(ProductoData.CrearProductoData(producto));
 }