public static extern int fLlenaRegistroCteProv(tCteProv astCteProv, int aEsAlta);
public static extern int fActualizaCteProv(StringBuilder aCodigoCteProv, tCteProv astCteProv);
public static extern int fAltaCteProv(ref int aIdCteProv, ref tCteProv astCteProv);
public static extern int fActualizaCteProv(string aCodigoCteProv, ref tCteProv astCteProv);