Example #1
0
 public void EditarProducto(string Id_Prod, string Codigo_Prod, string Nombre_Prod, int Id_Cat, int Id_Umed, int Id_Proveedor,
                            string Marca_Prod, string FechCreacion_Prod
                            , byte Estado_Prod, byte[] CodigoBarra, byte[] Imagen, int UsuarioUpdate_Prod)
 {
     objetoCD.EditarProducto(Convert.ToInt32(Id_Prod), Codigo_Prod, Nombre_Prod, Id_Cat, Id_Umed, Id_Proveedor,
                             Marca_Prod, FechCreacion_Prod,
                             Estado_Prod, CodigoBarra, Imagen, UsuarioUpdate_Prod);
 }