예제 #1
0
 public SQLToolController()
 {
     _sqlCommandServices = HostContainer.GetInstance<ISQLCommandServices>();
 }
예제 #2
0
 public SQLExecutor()
 {
     _sqlCommandServices = HostContainer.GetInstance <ISQLCommandServices>();
     _settingServices    = HostContainer.GetInstance <ISettingServices>();
     _connection         = _sqlCommandServices.GetConnection();
 }
예제 #3
0
 public SQLExecutor()
 {
     _sqlCommandServices = HostContainer.GetInstance<ISQLCommandServices>();
     _settingServices = HostContainer.GetInstance<ISettingServices>();
     _connection = _sqlCommandServices.GetConnection();
 }
예제 #4
0
 public SQLToolController()
 {
     _sqlCommandServices = HostContainer.GetInstance <ISQLCommandServices>();
 }