예제 #1
0
        private Dbers()
        {
            CommonAppConfig appConfig = CommonAppConfig.GetInstance();

            SelfDber           = new OracleDapperDber_iEAA(appConfig.SelfConnStr);
            SelfDber.SqlWatch += new DapperDber.Dbs.BaseDber.SqlWatchEventHandler(FuelMisDber_SqlWatch);
        }
예제 #2
0
 static CommonAppConfig()
 {
     instance = CMCS.Common.Utilities.XOConverter.LoadConfig <CommonAppConfig>(ConfigXmlPath);
 }