Exemplo n.º 1
0
 public SQLToolController()
 {
     _sqlCommandService = HostContainer.GetInstance <ISQLCommandService>();
 }
Exemplo n.º 2
0
 public SQLExecutor()
 {
     _isqlCommandService = HostContainer.GetInstance <ISQLCommandService>();
     HostContainer.GetInstance <ISiteSettingService>();
     _connection = _isqlCommandService.GetConnection();
 }