Ejemplo n.º 1
0
        public Boolean CreateReportFromSQL(string sNameSqlResource, string sWhereValue, string sEmailDestinationTo, string sEmailDestinationBcc)
        {
            GenComMassive genComMassive = new GenComMassive();
            Boolean       bresult       = genComMassive.CreateReportFromSQL(sNameSqlResource, sWhereValue, sEmailDestinationTo, sEmailDestinationBcc);

            return(bresult);
        }