diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:41:46 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:41:46 +0300 |
commit | 6137433aefde1257fa42e0823242e66f5bd57e22 (patch) | |
tree | b2f3e99c9144b8568894547f9546c323cee4b3a9 /src/Services/RhDatabaseClient.cs | |
parent | 73569a43644309d0342817580bcfd86c1face5b8 (diff) |
Refactoring
Diffstat (limited to 'src/Services/RhDatabaseClient.cs')
-rw-r--r-- | src/Services/RhDatabaseClient.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Services/RhDatabaseClient.cs b/src/Services/RhDatabaseClient.cs index c57d4d8..d71a6ba 100644 --- a/src/Services/RhDatabaseClient.cs +++ b/src/Services/RhDatabaseClient.cs @@ -1,4 +1,5 @@ using Newtonsoft.Json; +using RhSolutions.AddIn; using System.Collections.Generic; using System.Linq; using System.Net; |