Exemplo n.º 1
0
        public Boolean CreateCardReport(string sIndex, string sIndexValue)
        {
            GenComMassive genComMassive = new GenComMassive();
            Boolean       bresult       = genComMassive.CreateCardReport(sIndex, sIndexValue);

            return(bresult);
        }