diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-10 22:26:16 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-10 22:26:16 +0300 |
commit | 6b9c0dfffc3ecfcfb642f696250aee8e4ed6031b (patch) | |
tree | 2d98f14ab3c194f6e5620fa375c4fd805c6b957e /RhSolutions.Api.Tests/Usings.cs | |
parent | 942c60beeac8b89643dc66235db62d4c8f739a0a (diff) |
Move Modifiers to own project
Diffstat (limited to 'RhSolutions.Api.Tests/Usings.cs')
-rw-r--r-- | RhSolutions.Api.Tests/Usings.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RhSolutions.Api.Tests/Usings.cs b/RhSolutions.Api.Tests/Usings.cs index cefced4..3a00a34 100644 --- a/RhSolutions.Api.Tests/Usings.cs +++ b/RhSolutions.Api.Tests/Usings.cs @@ -1 +1,2 @@ -global using NUnit.Framework;
\ No newline at end of file +global using NUnit.Framework; +global using RhSolutions.QueryModifiers;
\ No newline at end of file |