Beispiel #1
0
 public void ActualizarProducto(string UIDPRODUCTO, string TIEMPODEELEABORACION, string COSTO, string UIDSECCION)
 {
     CLASSProducto = new Producto
     {
         UID = new Guid(UIDPRODUCTO),
         STRTiemporElaboracion = TIEMPODEELEABORACION,
         StrCosto = COSTO.ToString()
     };
     CLASSProducto.ActualizaInformacionProductoSucursal(UIDSECCION);
 }