コード例 #1
0
ファイル: MVC3RazorHelper.cs プロジェクト: dvchinh/HTQLNHCS
 public void Dispose()
 {
     InternalService.Dispose();
     if (_connection != null)
     {
         _connection.Close();
     }
 }