summaryrefslogtreecommitdiff
path: root/RhSolutions.QueryModifiers/IProductQueryModifier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.QueryModifiers/IProductQueryModifier.cs')
-rw-r--r--RhSolutions.QueryModifiers/IProductQueryModifier.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/RhSolutions.QueryModifiers/IProductQueryModifier.cs b/RhSolutions.QueryModifiers/IProductQueryModifier.cs
deleted file mode 100644
index bf790ef..0000000
--- a/RhSolutions.QueryModifiers/IProductQueryModifier.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace RhSolutions.QueryModifiers;
-
-public interface IProductQueryModifier
-{
- public bool TryQueryModify(string query, out string queryModified);
-}