示例#1
0
        public String CreateReportMassiveIsc(string IdComMaxiva, string sGuidCard)
        {
            GenComMassive genComMassive = new GenComMassive();
            String        sresult       = genComMassive.CreateReportMassiveIsc(IdComMaxiva, sGuidCard);

            return(sresult);
        }