Skip to content

Commit 6326af6

Browse files
committed
Moved Query Generation logic from DB to templates
1 parent 2da5a87 commit 6326af6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/SqlBuilder/QueryBuilder.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
using DbSyncKit.Core.DataContract;
22
using DbSyncKit.DB.Helper;
3-
using DbSyncKit.DB.Interface;
4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
3+
using DbSyncKit.Templates.Interface;
74
using System.Text;
8-
using System.Threading.Tasks;
95

106
namespace DbSyncKit.Core.SqlBuilder
117
{

0 commit comments

Comments
 (0)