Revision | 4c001e6b5edc583060d2442718923279d04bac31 (tree) |
---|---|
Zeit | 2022-05-26 11:35:08 |
Autor | yoshy <yoshy.org.bitbucket@gz.j...> |
Commiter | yoshy |
[DEL] NPocoへの依存を排除
@@ -163,9 +163,6 @@ | ||
163 | 163 | <PackageReference Include="Npgsql"> |
164 | 164 | <Version>6.0.4</Version> |
165 | 165 | </PackageReference> |
166 | - <PackageReference Include="NPoco"> | |
167 | - <Version>5.3.2</Version> | |
168 | - </PackageReference> | |
169 | 166 | <PackageReference Include="SimpleInjector"> |
170 | 167 | <Version>5.3.3</Version> |
171 | 168 | </PackageReference> |
@@ -1,5 +1,4 @@ | ||
1 | 1 | using CleanAuLait48.Core.Log; |
2 | -using NPoco; | |
3 | 2 | using System; |
4 | 3 | using System.Data; |
5 | 4 | using System.Data.Common; |
@@ -92,11 +91,12 @@ namespace CleanAuLait48.OuterEdge.Repository.Db.Tx | ||
92 | 91 | |
93 | 92 | return conn; |
94 | 93 | } |
95 | - | |
94 | +#if false | |
96 | 95 | public static IDatabase CreateDatabaseFromRawConnection(IDbConnection conn) |
97 | 96 | { |
98 | 97 | return new Database((DbConnection)GetRawConnection(conn)); |
99 | 98 | } |
99 | +#endif | |
100 | 100 | } |
101 | 101 | } |
102 | 102 | |
\ No newline at end of file |