Skip to content

Commit 9211294

Browse files
committed
added class sqlhandler
1 parent cc4f8fa commit 9211294

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/GenericSQLEntityHandler/GenericSQLEntityHandler.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<Compile Include="Enums.cs" />
4444
<Compile Include="GenericSQLEntityHandler.cs" />
4545
<Compile Include="Properties\AssemblyInfo.cs" />
46+
<Compile Include="SQLHandler.cs" />
4647
<Compile Include="SQLTableCreator.cs" />
4748
</ItemGroup>
4849
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace GenericSQLEntityHandler
8+
{
9+
public static class SQLHandler
10+
{
11+
}
12+
}

0 commit comments

Comments
 (0)