コード例 #1
0
 public static extern int fLlenaRegistroProducto(tProducto astProducto, int aEsAlta);
コード例 #2
0
 public static extern int fAltaProducto(ref int aIdProducto, ref tProducto astProducto);
コード例 #3
0
 public static extern int fActualizaProducto(ref int aCodigoProducto, tProducto astProducto);