示例#1
0
 private CustomChartService()
 {
     _daoManager      = ServiceConfig.GetInstance().DaoManager;
     _CustomReportDao = _daoManager.GetDao(typeof(ICustomChartDao)) as ICustomChartDao;
 }
示例#2
0
 private CustomChartService()
 {
     _daoManager = ServiceConfig.GetInstance().DaoManager;
     _CustomReportDao = _daoManager.GetDao(typeof(ICustomChartDao)) as ICustomChartDao;
 }