Exemple #1
0
        public string GetBiggerCardsReadyToProtocol(string IdComMaxiva, bool bWithState)
        {
            GenComMassive genComMassive = new GenComMassive();
            String        sresult       = genComMassive.GetBiggerCardsReadyToProtocol(IdComMaxiva, bWithState);

            return(sresult);
        }