Esempio n. 1
0
 public static extern int fLlenaRegistroProducto(tProducto astProducto, int aEsAlta);
Esempio n. 2
0
 public static extern int fAltaProducto(ref int aIdProducto, ref tProducto astProducto);
Esempio n. 3
0
 public static extern int fActualizaProducto(ref int aCodigoProducto, tProducto astProducto);