コード例 #1
0
        public string GetBiggerCardsReadyToProtocolIngiunzione(string IdComMaxiva, bool bWithState)
        {
            GenComMassive genComMassive = new GenComMassive();
            String        sresult       = genComMassive.GetBiggerCardsReadyToProtocolIngiunzione(IdComMaxiva, bWithState);

            return(sresult);
        }