Example #1
0
        public virtual ReportDocument CreateReport()
        {
            crRepactaciones rpt = new crRepactaciones();

            rpt.Site = this.Site;
            return(rpt);
        }
Example #2
0
 public virtual ReportDocument CreateReport()
 {
     crRepactaciones rpt = new crRepactaciones();
     rpt.Site = this.Site;
     return rpt;
 }