From 8b53eae6da85f9d89bb89dbf3c147fe52a880cc5 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 26 Aug 2025 18:51:57 +0200 Subject: [PATCH] init QueryExtensions --- .../Extensions/QueryExtensions.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 EnvelopeGenerator.Application/Extensions/QueryExtensions.cs diff --git a/EnvelopeGenerator.Application/Extensions/QueryExtensions.cs b/EnvelopeGenerator.Application/Extensions/QueryExtensions.cs new file mode 100644 index 00000000..4235dd54 --- /dev/null +++ b/EnvelopeGenerator.Application/Extensions/QueryExtensions.cs @@ -0,0 +1,8 @@ +namespace EnvelopeGenerator.Application.Extensions; + +/// +/// +/// +public static class QueryExtensions +{ +}