Exemplo n.º 1
0
        public virtual ReportDocument CreateReport()
        {
            cartas_vencimiento rpt = new cartas_vencimiento();

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
 public virtual ReportDocument CreateReport()
 {
     cartas_vencimiento rpt = new cartas_vencimiento();
     rpt.Site = this.Site;
     return rpt;
 }