Wrong namespace

This commit is contained in:
j4ck 2022-06-02 22:56:42 +03:00
parent dc906379da
commit b45aaeedc7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using Newtonsoft.Json;
namespace RSND.Core.Querying.Queries;
namespace RSND.Core.Querying;
public static class QueryHelper
{