this is a mess

This commit is contained in:
2025-12-11 01:18:24 -05:00
parent 668f6be0d6
commit 5c497f8923
432 changed files with 90429 additions and 498 deletions
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace Svrnty.CQRS.DynamicQuery.Abstractions;
namespace Svrnty.CQRS.DynamicQuery.Abstractions.Interceptors;
public class DynamicQueryInterceptorProvider<TSource, TDestination> : IDynamicQueryInterceptorProvider<TSource, TDestination>
{