From 3d96cd3c698803e17a01ab6496bceeda5b8e0f5d Mon Sep 17 00:00:00 2001 From: RohitM-IN Date: Wed, 6 Mar 2024 01:23:45 +0530 Subject: [PATCH] Moved Query Generation logic from DB to templates --- src/QueryGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QueryGenerator.cs b/src/QueryGenerator.cs index eec8368..cf20db1 100644 --- a/src/QueryGenerator.cs +++ b/src/QueryGenerator.cs @@ -1,5 +1,5 @@ using DbSyncKit.DB.Helper; -using DbSyncKit.DB.Interface; +using DbSyncKit.Templates.Interface; using DbSyncKit.Templates.PostgreSQL; using Fluid; using System.Reflection;