コード例 #1
0
 public SQLToolController()
 {
     _sqlCommandService = HostContainer.GetInstance <ISQLCommandService>();
 }
コード例 #2
0
ファイル: SQLExecutor.cs プロジェクト: levanvunam/EasyCMS
 public SQLExecutor()
 {
     _isqlCommandService = HostContainer.GetInstance <ISQLCommandService>();
     HostContainer.GetInstance <ISiteSettingService>();
     _connection = _isqlCommandService.GetConnection();
 }