Exemplo n.º 1
0
 public ReportManager()
 {
     this._graphDAL = new RFGraphDataDAL();
     this._rfDAL = new ReportFormDAL();
     this._riDAL = new ReportItemDAL();
     this._gsCommonDAL = new GSCommonItemDAL();
     this._gsItemDAL = new GSReportItemDAL();
 }
Exemplo n.º 2
0
 public ReportManager()
 {
     this._graphDAL    = new RFGraphDataDAL();
     this._rfDAL       = new ReportFormDAL();
     this._riDAL       = new ReportItemDAL();
     this._gsCommonDAL = new GSCommonItemDAL();
     this._gsItemDAL   = new GSReportItemDAL();
 }
Exemplo n.º 3
0
        private Hashtable GenderGraphReportItem(Hashtable graphItemTable)
        {
            RFGraphDataDAL rfdal = new RFGraphDataDAL();

            return(rfdal.SearchTable(graphItemTable));
        }
Exemplo n.º 4
0
 private Hashtable GenderGraphReportItem(Hashtable graphItemTable)
 {
     RFGraphDataDAL rfdal = new RFGraphDataDAL();
     return rfdal.SearchTable(graphItemTable);
 }