Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3410308

Browse files
committed
restore missing namespaces
1 parent 2a30c6d commit 3410308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.OrmLite.SqlServer/SqlServerOrmLiteDialectProvider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
using System.Data;
44
using System.Data.SqlClient;
55
using System.IO;
6+
using System.Threading;
7+
using System.Threading.Tasks;
68
using ServiceStack.DataAnnotations;
79
using ServiceStack.OrmLite.SqlServer.Converters;
810
using ServiceStack.Text;

0 commit comments

Comments
 (0)