Skip to content

Commit 64d6ebe

Browse files
committed
Removed unused namespaces
1 parent bc9f482 commit 64d6ebe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/DataAbstractions.Dapper/DataAccessor.Dapper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Data;
4-
using System.Data.SqlClient;
54
using System.Threading.Tasks;
65
using Dapper;
76

src/DataAbstractions.Dapper/IDataAccessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Data;
4-
using System.Data.SqlClient;
54
using System.Threading.Tasks;
65
using Dapper;
76

0 commit comments

Comments
 (0)